charted-review
Context
- designDocPath: $ARGUMENTS[0]
Goal
Review the design doc at ${designDocPath} by dispatching four expert sub-agents in parallel, then synthesize their feedback into a single, actionable review.
Step 1 - Set up agents
If the sub-agents from Step 2 are not already configured, ask me to install them. If I confirm, copy sub-agents from the ./assets/agents folder to the {workspaceRoot}/.cursor/agents folder if using Cursor. Adapt the paths if I am not using Cursor.
Step 2 — Parallel Expert Reviews
Spawn the following four sub-agents simultaneously (all in one message). Each agent receives the full design doc content and must return a structured review.
| Sub-agent type | Focus area |
|---|
More from marmicode/skills
charted-design
Interviews the user section by section to collaboratively produce design documents. Use when creating a design doc, starting feature design, or when the user invokes the design command.
22charted-red
Writes the next failing test based on provided design doc and existing todo tests
21charted-green
Progressively activates todo tests one at a time, updates implementation code until each passes (verified via Wallaby), then moves to the next—following the design doc as the single source of truth.
21charted-scaffold
Writes work-in-progress code and tests based on design doc
20charted-wip
Writes wip code and tests based on design doc
1