feat(aidd-user-testing): prefer PageSpace DOCUMENT pages for test scripts#216
feat(aidd-user-testing): prefer PageSpace DOCUMENT pages for test scripts#2162witstudios wants to merge 1 commit into
Conversation
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.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7bf6315111
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| 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): |
There was a problem hiding this comment.
Update the interface to preserve PageSpace-first storage
When PageSpace is available, this new instruction conflicts with the later /user-test interface at line 143, which still explicitly directs the agent to save scripts to $projectRoot/plan/; ai/skills/aidd-user-testing/README.md:17-19 repeats the filesystem-only behavior. Because this skill is itself the executable prompt, agents can follow the more specific later instruction and bypass PageSpace entirely, making the advertised PageSpace-first behavior unreliable. Update the interface and command-facing documentation to describe the same PageSpace-first fallback.
Useful? React with 👍 / 👎.
Summary
mcp__pagespace__*tools are connected.$projectRoot/plan/when PageSpace is unavailable — non-breaking.Why
Test scripts stored as PageSpace DOCUMENT pages are visible and shareable in the workspace alongside the user journeys and personas from
aidd-product-manager. Keeping the full testing workflow in one place makes it easier to iterate on scripts across sessions.Changes
ai/skills/aidd-user-testing/SKILL.md—FileLocationssection updated with PageSpace-first, filesystem-fallback branching