From 7bf631511170e2f8c185cb4a79353f616b870009 Mon Sep 17 00:00:00 2001 From: 2witstudios <2witstudios@gmail.com> Date: Fri, 12 Jun 2026 15:01:00 -0500 Subject: [PATCH] feat(aidd-user-testing): prefer PageSpace for test script storage Human and agent test scripts are now saved as DOCUMENT pages under a "User Testing" folder in the project's PageSpace drive when MCP tools are connected. Falls back to $projectRoot/plan/ when unavailable. --- ai/skills/aidd-user-testing/SKILL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ai/skills/aidd-user-testing/SKILL.md b/ai/skills/aidd-user-testing/SKILL.md index aa06837..74b2c73 100644 --- a/ai/skills/aidd-user-testing/SKILL.md +++ b/ai/skills/aidd-user-testing/SKILL.md @@ -120,7 +120,9 @@ generateScripts(journey) => { ## FileLocations -User test scripts are saved to $projectRoot/plan/ folder (create if not present): +Pagespace available => save test scripts as DOCUMENT pages in the project's Pagespace drive (preferred) + Human and agent scripts as child pages under a "User Testing" folder +No Pagespace => save to $projectRoot/plan/ folder (create if not present): - Human test scripts: $projectRoot/plan/${journey-name}-human-test.md - Agent test scripts: $projectRoot/plan/${journey-name}-agent-test.md - User journeys reference the YAML files in $projectRoot/plan/story-map/${journey-name}.yaml