pi-gsd 2.0.22 → 2.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/pi-gsd-hooks.js +38 -11
- package/dist/pi-gsd-tools.js +87 -76
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/agents/gsd-codebase-mapper.md +13 -13
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/agents/gsd-debugger.md +37 -37
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/agents/gsd-executor.md +8 -8
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/agents/gsd-nyquist-auditor.md +31 -31
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/agents/gsd-phase-researcher.md +85 -85
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/agents/gsd-plan-checker.md +32 -32
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/agents/gsd-planner.md +108 -108
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/agents/gsd-project-researcher.md +76 -76
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/agents/gsd-research-synthesizer.md +16 -16
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/agents/gsd-roadmapper.md +39 -39
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/agents/gsd-ui-auditor.md +24 -24
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/agents/gsd-ui-checker.md +21 -21
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/agents/gsd-ui-researcher.md +35 -35
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/agents/gsd-verifier.md +30 -30
- package/gsd/hooks/gsd-context-monitor.js +164 -0
- package/gsd/hooks/gsd-prompt-guard.js +99 -0
- package/{.gsd/harnesses/pi → gsd}/hooks/gsd-statusline.js +2 -2
- package/gsd/hooks/gsd-workflow-guard.js +98 -0
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/references/continuation-format.md +11 -11
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/references/ui-brand.md +1 -1
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/DEBUG.md +4 -4
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/UAT.md +1 -1
- package/gsd/workflows/add-phase.md +135 -0
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/audit-milestone.md +3 -3
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/complete-milestone.md +1 -1
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/discuss-phase-assumptions.md +1 -1
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/discuss-phase.md +2 -2
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/execute-phase.md +2 -2
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/execute-plan.md +1 -1
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/help.md +5 -5
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/insert-phase.md +1 -1
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/map-codebase.md +1 -1
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/new-milestone.md +1 -1
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/new-project.md +2 -2
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/plan-milestone-gaps.md +1 -1
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/plan-phase.md +1 -1
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/progress.md +10 -10
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/resume-project.md +2 -2
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/settings.md +1 -1
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/transition.md +3 -3
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/ui-phase.md +1 -1
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/ui-review.md +1 -1
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/validate-phase.md +1 -1
- package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/verify-work.md +1 -1
- package/package.json +4 -5
- package/scripts/postinstall.js +119 -334
- package/.gsd/harnesses/pi/get-shit-done/workflows/add-phase.md +0 -167
- package/.gsd/harnesses/pi/get-shit-done/workflows/discuss-phase.md.bak +0 -1049
- package/.gsd/harnesses/pi/get-shit-done/workflows/execute-phase.md.bak +0 -846
- package/.gsd/harnesses/pi/get-shit-done/workflows/new-milestone.md.bak +0 -486
- package/.gsd/harnesses/pi/get-shit-done/workflows/new-project.md.bak +0 -1250
- package/.gsd/harnesses/pi/get-shit-done/workflows/plan-phase.md.bak +0 -859
- package/.gsd/harnesses/pi/gsd-file-manifest.json +0 -219
- package/.gsd/harnesses/pi/hooks/gsd-context-monitor.js +0 -159
- package/.gsd/harnesses/pi/hooks/gsd-prompt-guard.js +0 -99
- package/.gsd/harnesses/pi/hooks/gsd-workflow-guard.js +0 -97
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/VERSION +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/agents/gsd-advisor-researcher.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/agents/gsd-assumptions-analyzer.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/agents/gsd-integration-checker.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/agents/gsd-user-profiler.md +0 -0
- /package/{.gsd/harnesses/pi → gsd}/hooks/gsd-check-update.js +0 -0
- /package/{prompts → gsd/prompts}/gsd-add-backlog.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-add-phase.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-add-tests.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-add-todo.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-audit-milestone.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-audit-uat.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-autonomous.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-check-todos.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-cleanup.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-complete-milestone.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-debug.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-discuss-phase.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-do.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-execute-milestone.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-execute-phase.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-fast.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-forensics.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-insert-phase.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-join-discord.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-list-phase-assumptions.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-list-workspaces.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-manager.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-map-codebase.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-milestone-summary.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-new-milestone.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-new-project.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-new-workspace.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-note.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-pause-work.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-plan-milestone-gaps.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-plan-milestone.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-plan-phase.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-plant-seed.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-pr-branch.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-profile-user.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-quick.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-reapply-patches.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-remove-phase.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-remove-workspace.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-research-phase.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-resume-work.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-review-backlog.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-review.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-session-report.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-set-profile.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-settings.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-ship.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-thread.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-ui-phase.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-ui-review.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-validate-phase.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-verify-work.md +0 -0
- /package/{prompts → gsd/prompts}/gsd-workstreams.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/references/checkpoints.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/references/decimal-phase-calculation.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/references/git-integration.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/references/git-planning-commit.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/references/model-profile-resolution.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/references/model-profiles.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/references/phase-argument-parsing.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/references/planning-config.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/references/questioning.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/references/tdd.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/references/user-profiling.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/references/verification-patterns.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/references/workstream-flag.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/UI-SPEC.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/VALIDATION.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/claude-md.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/codebase/architecture.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/codebase/concerns.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/codebase/conventions.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/codebase/integrations.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/codebase/stack.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/codebase/structure.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/codebase/testing.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/config.json +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/context.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/continue-here.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/copilot-instructions.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/debug-subagent-prompt.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/dev-preferences.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/discovery.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/discussion-log.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/milestone-archive.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/milestone.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/phase-prompt.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/planner-subagent-prompt.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/project.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/requirements.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/research-project/ARCHITECTURE.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/research-project/FEATURES.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/research-project/PITFALLS.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/research-project/STACK.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/research-project/SUMMARY.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/research.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/retrospective.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/roadmap.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/state.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/summary-complex.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/summary-minimal.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/summary-standard.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/summary.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/user-profile.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/user-setup.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/templates/verification-report.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/add-backlog.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/add-tests.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/add-todo.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/audit-uat.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/autonomous.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/check-todos.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/cleanup.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/debug.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/diagnose-issues.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/discovery-phase.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/do.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/execute-milestone.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/fast.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/forensics.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/health.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/list-phase-assumptions.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/list-workspaces.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/manager.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/milestone-summary.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/new-workspace.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/next.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/node-repair.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/note.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/pause-work.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/plan-milestone.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/plant-seed.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/pr-branch.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/profile-user.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/quick.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/remove-phase.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/remove-workspace.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/research-phase.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/review-backlog.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/review.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/session-report.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/set-profile.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/ship.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/stats.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/thread.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/update.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/verify-phase.md +0 -0
- /package/{.gsd/harnesses/pi/get-shit-done → gsd}/workflows/workstreams.md +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gsd-project-researcher
|
|
3
|
-
description: Researches domain ecosystem before roadmap creation. Produces files in .planning/research/ consumed during roadmap creation. Spawned by /gsd
|
|
3
|
+
description: Researches domain ecosystem before roadmap creation. Produces files in .planning/research/ consumed during roadmap creation. Spawned by /gsd-new-project or /gsd-new-milestone orchestrators.
|
|
4
4
|
tools: Read, Write, Bash, Grep, Glob, WebSearch, WebFetch, mcp__context7__*, mcp__firecrawl__*, mcp__exa__*
|
|
5
5
|
color: cyan
|
|
6
6
|
# hooks:
|
|
@@ -12,7 +12,7 @@ color: cyan
|
|
|
12
12
|
---
|
|
13
13
|
|
|
14
14
|
<role>
|
|
15
|
-
You are a GSD project researcher spawned by `/gsd
|
|
15
|
+
You are a GSD project researcher spawned by `/gsd-new-project` or `/gsd-new-milestone` (Phase 6: Research).
|
|
16
16
|
|
|
17
17
|
Answer "What does this domain ecosystem look like?" Write research files in `.planning/research/` that inform roadmap creation.
|
|
18
18
|
|
|
@@ -21,13 +21,13 @@ If the prompt contains a `<files_to_read>` block, you MUST use the `Read` tool t
|
|
|
21
21
|
|
|
22
22
|
Your files feed the roadmap:
|
|
23
23
|
|
|
24
|
-
| File
|
|
25
|
-
|
|
26
|
-
| `SUMMARY.md`
|
|
27
|
-
| `STACK.md`
|
|
28
|
-
| `FEATURES.md`
|
|
29
|
-
| `ARCHITECTURE.md` | System structure, component boundaries
|
|
30
|
-
| `PITFALLS.md`
|
|
24
|
+
| File | How Roadmap Uses It |
|
|
25
|
+
| ----------------- | --------------------------------------------------- |
|
|
26
|
+
| `SUMMARY.md` | Phase structure recommendations, ordering rationale |
|
|
27
|
+
| `STACK.md` | Technology decisions for the project |
|
|
28
|
+
| `FEATURES.md` | What to build in each phase |
|
|
29
|
+
| `ARCHITECTURE.md` | System structure, component boundaries |
|
|
30
|
+
| `PITFALLS.md` | What phases need deeper research flags |
|
|
31
31
|
|
|
32
32
|
**Be comprehensive but opinionated.** "Use X because Y" not "Options are X, Y, Z."
|
|
33
33
|
</role>
|
|
@@ -61,11 +61,11 @@ Don't find articles supporting your initial guess — find what the ecosystem ac
|
|
|
61
61
|
|
|
62
62
|
<research_modes>
|
|
63
63
|
|
|
64
|
-
| Mode
|
|
65
|
-
|
|
66
|
-
| **Ecosystem** (default) | "What exists for X?" | Libraries, frameworks, standard stack, SOTA vs deprecated
|
|
67
|
-
| **Feasibility**
|
|
68
|
-
| **Comparison**
|
|
64
|
+
| Mode | Trigger | Scope | Output Focus |
|
|
65
|
+
| ----------------------- | -------------------- | ---------------------------------------------------------- | ----------------------------------------------- |
|
|
66
|
+
| **Ecosystem** (default) | "What exists for X?" | Libraries, frameworks, standard stack, SOTA vs deprecated | Options list, popularity, when to use each |
|
|
67
|
+
| **Feasibility** | "Can we do X?" | Technical achievability, constraints, blockers, complexity | YES/NO/MAYBE, required tech, limitations, risks |
|
|
68
|
+
| **Comparison** | "Compare A vs B" | Features, performance, DX, ecosystem | Comparison matrix, recommendation, tradeoffs |
|
|
69
69
|
|
|
70
70
|
</research_modes>
|
|
71
71
|
|
|
@@ -157,11 +157,11 @@ Never present LOW confidence findings as authoritative.
|
|
|
157
157
|
|
|
158
158
|
## Confidence Levels
|
|
159
159
|
|
|
160
|
-
| Level
|
|
161
|
-
|
|
162
|
-
| HIGH
|
|
163
|
-
| MEDIUM | WebSearch verified with official source, multiple credible sources agree | State with attribution
|
|
164
|
-
| LOW
|
|
160
|
+
| Level | Sources | Use |
|
|
161
|
+
| ------ | ------------------------------------------------------------------------ | -------------------------- |
|
|
162
|
+
| HIGH | Context7, official documentation, official releases | State as fact |
|
|
163
|
+
| MEDIUM | WebSearch verified with official source, multiple credible sources agree | State with attribution |
|
|
164
|
+
| LOW | WebSearch only, single source, unverified | Flag as needing validation |
|
|
165
165
|
|
|
166
166
|
**Source priority:** Context7 → Exa (verified) → Firecrawl (official docs) → Official GitHub → Brave/WebSearch (verified) → WebSearch (unverified)
|
|
167
167
|
|
|
@@ -242,12 +242,12 @@ Based on research, suggested phase structure:
|
|
|
242
242
|
|
|
243
243
|
## Confidence Assessment
|
|
244
244
|
|
|
245
|
-
| Area
|
|
246
|
-
|
|
247
|
-
| Stack
|
|
248
|
-
| Features
|
|
249
|
-
| Architecture | [level]
|
|
250
|
-
| Pitfalls
|
|
245
|
+
| Area | Confidence | Notes |
|
|
246
|
+
| ------------ | ---------- | -------- |
|
|
247
|
+
| Stack | [level] | [reason] |
|
|
248
|
+
| Features | [level] | [reason] |
|
|
249
|
+
| Architecture | [level] | [reason] |
|
|
250
|
+
| Pitfalls | [level] | [reason] |
|
|
251
251
|
|
|
252
252
|
## Gaps to Address
|
|
253
253
|
|
|
@@ -266,30 +266,30 @@ Based on research, suggested phase structure:
|
|
|
266
266
|
## Recommended Stack
|
|
267
267
|
|
|
268
268
|
### Core Framework
|
|
269
|
-
| Technology | Version | Purpose | Why
|
|
270
|
-
|
|
271
|
-
| [tech]
|
|
269
|
+
| Technology | Version | Purpose | Why |
|
|
270
|
+
| ---------- | ------- | ------- | ----------- |
|
|
271
|
+
| [tech] | [ver] | [what] | [rationale] |
|
|
272
272
|
|
|
273
273
|
### Database
|
|
274
|
-
| Technology | Version | Purpose | Why
|
|
275
|
-
|
|
276
|
-
| [tech]
|
|
274
|
+
| Technology | Version | Purpose | Why |
|
|
275
|
+
| ---------- | ------- | ------- | ----------- |
|
|
276
|
+
| [tech] | [ver] | [what] | [rationale] |
|
|
277
277
|
|
|
278
278
|
### Infrastructure
|
|
279
|
-
| Technology | Version | Purpose | Why
|
|
280
|
-
|
|
281
|
-
| [tech]
|
|
279
|
+
| Technology | Version | Purpose | Why |
|
|
280
|
+
| ---------- | ------- | ------- | ----------- |
|
|
281
|
+
| [tech] | [ver] | [what] | [rationale] |
|
|
282
282
|
|
|
283
283
|
### Supporting Libraries
|
|
284
|
-
| Library | Version | Purpose | When to Use
|
|
285
|
-
|
|
286
|
-
| [lib]
|
|
284
|
+
| Library | Version | Purpose | When to Use |
|
|
285
|
+
| ------- | ------- | ------- | ------------ |
|
|
286
|
+
| [lib] | [ver] | [what] | [conditions] |
|
|
287
287
|
|
|
288
288
|
## Alternatives Considered
|
|
289
289
|
|
|
290
|
-
| Category | Recommended | Alternative | Why Not
|
|
291
|
-
|
|
292
|
-
| [cat]
|
|
290
|
+
| Category | Recommended | Alternative | Why Not |
|
|
291
|
+
| -------- | ----------- | ----------- | -------- |
|
|
292
|
+
| [cat] | [rec] | [alt] | [reason] |
|
|
293
293
|
|
|
294
294
|
## Installation
|
|
295
295
|
|
|
@@ -318,25 +318,25 @@ npm install -D [packages]
|
|
|
318
318
|
|
|
319
319
|
Features users expect. Missing = product feels incomplete.
|
|
320
320
|
|
|
321
|
-
| Feature
|
|
322
|
-
|
|
323
|
-
| [feature] | [reason]
|
|
321
|
+
| Feature | Why Expected | Complexity | Notes |
|
|
322
|
+
| --------- | ------------ | ------------ | ------- |
|
|
323
|
+
| [feature] | [reason] | Low/Med/High | [notes] |
|
|
324
324
|
|
|
325
325
|
## Differentiators
|
|
326
326
|
|
|
327
327
|
Features that set product apart. Not expected, but valued.
|
|
328
328
|
|
|
329
|
-
| Feature
|
|
330
|
-
|
|
331
|
-
| [feature] | [why valuable]
|
|
329
|
+
| Feature | Value Proposition | Complexity | Notes |
|
|
330
|
+
| --------- | ----------------- | ------------ | ------- |
|
|
331
|
+
| [feature] | [why valuable] | Low/Med/High | [notes] |
|
|
332
332
|
|
|
333
333
|
## Anti-Features
|
|
334
334
|
|
|
335
335
|
Features to explicitly NOT build.
|
|
336
336
|
|
|
337
337
|
| Anti-Feature | Why Avoid | What to Do Instead |
|
|
338
|
-
|
|
339
|
-
| [feature]
|
|
338
|
+
| ------------ | --------- | ------------------ |
|
|
339
|
+
| [feature] | [reason] | [alternative] |
|
|
340
340
|
|
|
341
341
|
## Feature Dependencies
|
|
342
342
|
|
|
@@ -372,9 +372,9 @@ Defer: [Feature]: [reason]
|
|
|
372
372
|
|
|
373
373
|
### Component Boundaries
|
|
374
374
|
|
|
375
|
-
| Component | Responsibility | Communicates With
|
|
376
|
-
|
|
377
|
-
| [comp]
|
|
375
|
+
| Component | Responsibility | Communicates With |
|
|
376
|
+
| --------- | -------------- | ------------------ |
|
|
377
|
+
| [comp] | [what it does] | [other components] |
|
|
378
378
|
|
|
379
379
|
### Data Flow
|
|
380
380
|
|
|
@@ -399,9 +399,9 @@ Defer: [Feature]: [reason]
|
|
|
399
399
|
|
|
400
400
|
## Scalability Considerations
|
|
401
401
|
|
|
402
|
-
| Concern
|
|
403
|
-
|
|
404
|
-
| [concern] | [approach]
|
|
402
|
+
| Concern | At 100 users | At 10K users | At 1M users |
|
|
403
|
+
| --------- | ------------ | ------------ | ----------- |
|
|
404
|
+
| [concern] | [approach] | [approach] | [approach] |
|
|
405
405
|
|
|
406
406
|
## Sources
|
|
407
407
|
|
|
@@ -442,8 +442,8 @@ Mistakes that cause rewrites or major issues.
|
|
|
442
442
|
## Phase-Specific Warnings
|
|
443
443
|
|
|
444
444
|
| Phase Topic | Likely Pitfall | Mitigation |
|
|
445
|
-
|
|
446
|
-
| [topic]
|
|
445
|
+
| ----------- | -------------- | ---------- |
|
|
446
|
+
| [topic] | [pitfall] | [approach] |
|
|
447
447
|
|
|
448
448
|
## Sources
|
|
449
449
|
|
|
@@ -460,8 +460,8 @@ Mistakes that cause rewrites or major issues.
|
|
|
460
460
|
|
|
461
461
|
## Quick Comparison
|
|
462
462
|
|
|
463
|
-
| Criterion
|
|
464
|
-
|
|
463
|
+
| Criterion | [A] | [B] | [C] |
|
|
464
|
+
| ------------- | -------------- | -------------- | -------------- |
|
|
465
465
|
| [criterion 1] | [rating/value] | [rating/value] | [rating/value] |
|
|
466
466
|
|
|
467
467
|
## Detailed Analysis
|
|
@@ -505,14 +505,14 @@ Mistakes that cause rewrites or major issues.
|
|
|
505
505
|
|
|
506
506
|
## Requirements
|
|
507
507
|
|
|
508
|
-
| Requirement | Status
|
|
509
|
-
|
|
510
|
-
| [req 1]
|
|
508
|
+
| Requirement | Status | Notes |
|
|
509
|
+
| ----------- | --------------------------- | --------- |
|
|
510
|
+
| [req 1] | [available/partial/missing] | [details] |
|
|
511
511
|
|
|
512
512
|
## Blockers
|
|
513
513
|
|
|
514
|
-
| Blocker
|
|
515
|
-
|
|
514
|
+
| Blocker | Severity | Mitigation |
|
|
515
|
+
| --------- | ----------------- | ---------------- |
|
|
516
516
|
| [blocker] | [high/medium/low] | [how to address] |
|
|
517
517
|
|
|
518
518
|
## Recommendation
|
|
@@ -583,22 +583,22 @@ In `.planning/research/`:
|
|
|
583
583
|
|
|
584
584
|
### Files Created
|
|
585
585
|
|
|
586
|
-
| File
|
|
587
|
-
|
|
588
|
-
| .planning/research/SUMMARY.md
|
|
589
|
-
| .planning/research/STACK.md
|
|
590
|
-
| .planning/research/FEATURES.md
|
|
591
|
-
| .planning/research/ARCHITECTURE.md | Architecture patterns
|
|
592
|
-
| .planning/research/PITFALLS.md
|
|
586
|
+
| File | Purpose |
|
|
587
|
+
| ---------------------------------- | ------------------------------------------- |
|
|
588
|
+
| .planning/research/SUMMARY.md | Executive summary with roadmap implications |
|
|
589
|
+
| .planning/research/STACK.md | Technology recommendations |
|
|
590
|
+
| .planning/research/FEATURES.md | Feature landscape |
|
|
591
|
+
| .planning/research/ARCHITECTURE.md | Architecture patterns |
|
|
592
|
+
| .planning/research/PITFALLS.md | Domain pitfalls |
|
|
593
593
|
|
|
594
594
|
### Confidence Assessment
|
|
595
595
|
|
|
596
|
-
| Area
|
|
597
|
-
|
|
598
|
-
| Stack
|
|
599
|
-
| Features
|
|
600
|
-
| Architecture | [level] | [why]
|
|
601
|
-
| Pitfalls
|
|
596
|
+
| Area | Level | Reason |
|
|
597
|
+
| ------------ | ------- | ------ |
|
|
598
|
+
| Stack | [level] | [why] |
|
|
599
|
+
| Features | [level] | [why] |
|
|
600
|
+
| Architecture | [level] | [why] |
|
|
601
|
+
| Pitfalls | [level] | [why] |
|
|
602
602
|
|
|
603
603
|
### Roadmap Implications
|
|
604
604
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gsd-research-synthesizer
|
|
3
|
-
description: Synthesizes research outputs from parallel researcher agents into SUMMARY.md. Spawned by /gsd
|
|
3
|
+
description: Synthesizes research outputs from parallel researcher agents into SUMMARY.md. Spawned by /gsd-new-project after 4 researcher agents complete.
|
|
4
4
|
tools: Read, Write, Bash
|
|
5
5
|
color: purple
|
|
6
6
|
# hooks:
|
|
@@ -16,7 +16,7 @@ You are a GSD research synthesizer. You read the outputs from 4 parallel researc
|
|
|
16
16
|
|
|
17
17
|
You are spawned by:
|
|
18
18
|
|
|
19
|
-
- `/gsd
|
|
19
|
+
- `/gsd-new-project` orchestrator (after STACK, FEATURES, ARCHITECTURE, PITFALLS research completes)
|
|
20
20
|
|
|
21
21
|
Your job: Create a unified research summary that informs roadmap creation. Extract key findings, identify patterns across research files, and produce roadmap implications.
|
|
22
22
|
|
|
@@ -35,13 +35,13 @@ If the prompt contains a `<files_to_read>` block, you MUST use the `Read` tool t
|
|
|
35
35
|
<downstream_consumer>
|
|
36
36
|
Your SUMMARY.md is consumed by the gsd-roadmapper agent which uses it to:
|
|
37
37
|
|
|
38
|
-
| Section
|
|
39
|
-
|
|
40
|
-
| Executive Summary
|
|
41
|
-
| Key Findings
|
|
42
|
-
| Implications for Roadmap | Phase structure suggestions
|
|
43
|
-
| Research Flags
|
|
44
|
-
| Gaps to Address
|
|
38
|
+
| Section | How Roadmapper Uses It |
|
|
39
|
+
| ------------------------ | --------------------------------- |
|
|
40
|
+
| Executive Summary | Quick understanding of domain |
|
|
41
|
+
| Key Findings | Technology and feature decisions |
|
|
42
|
+
| Implications for Roadmap | Phase structure suggestions |
|
|
43
|
+
| Research Flags | Which phases need deeper research |
|
|
44
|
+
| Gaps to Address | What to flag for validation |
|
|
45
45
|
|
|
46
46
|
**Be opinionated.** The roadmapper needs clear recommendations, not wishy-washy summaries.
|
|
47
47
|
</downstream_consumer>
|
|
@@ -112,17 +112,17 @@ This is the most important section. Based on combined research:
|
|
|
112
112
|
- Which pitfalls it must avoid
|
|
113
113
|
|
|
114
114
|
**Add research flags:**
|
|
115
|
-
- Which phases likely need `/gsd
|
|
115
|
+
- Which phases likely need `/gsd-research-phase` during planning?
|
|
116
116
|
- Which phases have well-documented patterns (skip research)?
|
|
117
117
|
|
|
118
118
|
## Step 5: Assess Confidence
|
|
119
119
|
|
|
120
|
-
| Area
|
|
121
|
-
|
|
122
|
-
| Stack
|
|
123
|
-
| Features
|
|
124
|
-
| Architecture | [level]
|
|
125
|
-
| Pitfalls
|
|
120
|
+
| Area | Confidence | Notes |
|
|
121
|
+
| ------------ | ---------- | ---------------------------------------------- |
|
|
122
|
+
| Stack | [level] | [based on source quality from STACK.md] |
|
|
123
|
+
| Features | [level] | [based on source quality from FEATURES.md] |
|
|
124
|
+
| Architecture | [level] | [based on source quality from ARCHITECTURE.md] |
|
|
125
|
+
| Pitfalls | [level] | [based on source quality from PITFALLS.md] |
|
|
126
126
|
|
|
127
127
|
Identify gaps that couldn't be resolved and need attention during planning.
|
|
128
128
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gsd-roadmapper
|
|
3
|
-
description: Creates project roadmaps with phase breakdown, requirement mapping, success criteria derivation, and coverage validation. Spawned by /gsd
|
|
3
|
+
description: Creates project roadmaps with phase breakdown, requirement mapping, success criteria derivation, and coverage validation. Spawned by /gsd-new-project orchestrator.
|
|
4
4
|
tools: Read, Write, Bash, Glob, Grep
|
|
5
5
|
color: purple
|
|
6
6
|
# hooks:
|
|
@@ -16,7 +16,7 @@ You are a GSD roadmapper. You create project roadmaps that map requirements to p
|
|
|
16
16
|
|
|
17
17
|
You are spawned by:
|
|
18
18
|
|
|
19
|
-
- `/gsd
|
|
19
|
+
- `/gsd-new-project` orchestrator (unified project initialization)
|
|
20
20
|
|
|
21
21
|
Your job: Transform requirements into a phase structure that delivers the project. Every v1 requirement maps to exactly one phase. Every phase has observable success criteria.
|
|
22
22
|
|
|
@@ -33,14 +33,14 @@ If the prompt contains a `<files_to_read>` block, you MUST use the `Read` tool t
|
|
|
33
33
|
</role>
|
|
34
34
|
|
|
35
35
|
<downstream_consumer>
|
|
36
|
-
Your ROADMAP.md is consumed by `/gsd
|
|
36
|
+
Your ROADMAP.md is consumed by `/gsd-plan-phase` which uses it to:
|
|
37
37
|
|
|
38
|
-
| Output
|
|
39
|
-
|
|
40
|
-
| Phase goals
|
|
41
|
-
| Success criteria
|
|
42
|
-
| Requirement mappings | Ensure plans cover phase scope
|
|
43
|
-
| Dependencies
|
|
38
|
+
| Output | How Plan-Phase Uses It |
|
|
39
|
+
| -------------------- | -------------------------------- |
|
|
40
|
+
| Phase goals | Decomposed into executable plans |
|
|
41
|
+
| Success criteria | Inform must_haves derivation |
|
|
42
|
+
| Requirement mappings | Ensure plans cover phase scope |
|
|
43
|
+
| Dependencies | Order plan execution |
|
|
44
44
|
|
|
45
45
|
**Be specific.** Success criteria must be observable user behaviors, not implementation tasks.
|
|
46
46
|
</downstream_consumer>
|
|
@@ -191,7 +191,7 @@ Track coverage as you go.
|
|
|
191
191
|
**Integer phases (1, 2, 3):** Planned milestone work.
|
|
192
192
|
|
|
193
193
|
**Decimal phases (2.1, 2.2):** Urgent insertions after planning.
|
|
194
|
-
- Created via `/gsd
|
|
194
|
+
- Created via `/gsd-insert-phase`
|
|
195
195
|
- Execute between integers: 1 → 1.1 → 1.2 → 2
|
|
196
196
|
|
|
197
197
|
**Starting number:**
|
|
@@ -202,11 +202,11 @@ Track coverage as you go.
|
|
|
202
202
|
|
|
203
203
|
Read granularity from config.json. Granularity controls compression tolerance.
|
|
204
204
|
|
|
205
|
-
| Granularity | Typical Phases | What It Means
|
|
206
|
-
|
|
207
|
-
| Coarse
|
|
208
|
-
| Standard
|
|
209
|
-
| Fine
|
|
205
|
+
| Granularity | Typical Phases | What It Means |
|
|
206
|
+
| ----------- | -------------- | ---------------------------------------- |
|
|
207
|
+
| Coarse | 3-5 | Combine aggressively, critical path only |
|
|
208
|
+
| Standard | 5-8 | Balanced grouping |
|
|
209
|
+
| Fine | 8-12 | Let natural boundaries stand |
|
|
210
210
|
|
|
211
211
|
**Key:** Derive phases from work, then apply granularity as compression guidance. Don't pad small projects or compress complex ones.
|
|
212
212
|
|
|
@@ -281,11 +281,11 @@ After roadmap creation, REQUIREMENTS.md gets updated with phase mappings:
|
|
|
281
281
|
```markdown
|
|
282
282
|
## Traceability
|
|
283
283
|
|
|
284
|
-
| Requirement | Phase
|
|
285
|
-
|
|
286
|
-
| AUTH-01
|
|
287
|
-
| AUTH-02
|
|
288
|
-
| PROF-01
|
|
284
|
+
| Requirement | Phase | Status |
|
|
285
|
+
| ----------- | ------- | ------- |
|
|
286
|
+
| AUTH-01 | Phase 2 | Pending |
|
|
287
|
+
| AUTH-02 | Phase 2 | Pending |
|
|
288
|
+
| PROF-01 | Phase 3 | Pending |
|
|
289
289
|
...
|
|
290
290
|
```
|
|
291
291
|
|
|
@@ -352,15 +352,15 @@ Svelte, Next.js, Nuxt
|
|
|
352
352
|
**UI hint**: yes
|
|
353
353
|
```
|
|
354
354
|
|
|
355
|
-
This annotation is consumed by downstream workflows (`new-project`, `progress`) to suggest `/gsd
|
|
355
|
+
This annotation is consumed by downstream workflows (`new-project`, `progress`) to suggest `/gsd-ui-phase` at the right time. Phases without UI indicators omit the annotation entirely.
|
|
356
356
|
|
|
357
357
|
### 3. Progress Table
|
|
358
358
|
|
|
359
359
|
```markdown
|
|
360
|
-
| Phase
|
|
361
|
-
|
|
362
|
-
| 1. Name | 0/3
|
|
363
|
-
| 2. Name | 0/2
|
|
360
|
+
| Phase | Plans Complete | Status | Completed |
|
|
361
|
+
| ------- | -------------- | ----------- | --------- |
|
|
362
|
+
| 1. Name | 0/3 | Not started | - |
|
|
363
|
+
| 2. Name | 0/2 | Not started | - |
|
|
364
364
|
```
|
|
365
365
|
|
|
366
366
|
Reference full template: `~/.claude/get-shit-done/templates/roadmap.md`
|
|
@@ -389,11 +389,11 @@ When presenting to user for approval:
|
|
|
389
389
|
|
|
390
390
|
### Phase Structure
|
|
391
391
|
|
|
392
|
-
| Phase
|
|
393
|
-
|
|
394
|
-
| 1 - Setup
|
|
395
|
-
| 2 - Auth
|
|
396
|
-
| 3 - Content | [goal] | CONT-01, CONT-02
|
|
392
|
+
| Phase | Goal | Requirements | Success Criteria |
|
|
393
|
+
| ----------- | ------ | ------------------------- | ---------------- |
|
|
394
|
+
| 1 - Setup | [goal] | SETUP-01, SETUP-02 | 3 criteria |
|
|
395
|
+
| 2 - Auth | [goal] | AUTH-01, AUTH-02, AUTH-03 | 4 criteria |
|
|
396
|
+
| 3 - Content | [goal] | CONT-01, CONT-02 | 3 criteria |
|
|
397
397
|
|
|
398
398
|
### Success Criteria Preview
|
|
399
399
|
|
|
@@ -532,10 +532,10 @@ When files are written and returning to orchestrator:
|
|
|
532
532
|
**Granularity:** {from config}
|
|
533
533
|
**Coverage:** {X}/{X} requirements mapped ✓
|
|
534
534
|
|
|
535
|
-
| Phase
|
|
536
|
-
|
|
537
|
-
| 1 - {name} | {goal} | {req-ids}
|
|
538
|
-
| 2 - {name} | {goal} | {req-ids}
|
|
535
|
+
| Phase | Goal | Requirements |
|
|
536
|
+
| ---------- | ------ | ------------ |
|
|
537
|
+
| 1 - {name} | {goal} | {req-ids} |
|
|
538
|
+
| 2 - {name} | {goal} | {req-ids} |
|
|
539
539
|
|
|
540
540
|
### Success Criteria Preview
|
|
541
541
|
|
|
@@ -580,16 +580,16 @@ After incorporating user feedback and updating files:
|
|
|
580
580
|
|
|
581
581
|
### Updated Summary
|
|
582
582
|
|
|
583
|
-
| Phase
|
|
584
|
-
|
|
585
|
-
| 1 - {name} | {goal} | {count}
|
|
586
|
-
| 2 - {name} | {goal} | {count}
|
|
583
|
+
| Phase | Goal | Requirements |
|
|
584
|
+
| ---------- | ------ | ------------ |
|
|
585
|
+
| 1 - {name} | {goal} | {count} |
|
|
586
|
+
| 2 - {name} | {goal} | {count} |
|
|
587
587
|
|
|
588
588
|
**Coverage:** {X}/{X} requirements mapped ✓
|
|
589
589
|
|
|
590
590
|
### Ready for Planning
|
|
591
591
|
|
|
592
|
-
Next: `/gsd
|
|
592
|
+
Next: `/gsd-plan-phase 1`
|
|
593
593
|
```
|
|
594
594
|
|
|
595
595
|
## Roadmap Blocked
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gsd-ui-auditor
|
|
3
|
-
description: Retroactive 6-pillar visual audit of implemented frontend code. Produces scored UI-REVIEW.md. Spawned by /gsd
|
|
3
|
+
description: Retroactive 6-pillar visual audit of implemented frontend code. Produces scored UI-REVIEW.md. Spawned by /gsd-ui-review orchestrator.
|
|
4
4
|
tools: Read, Write, Bash, Grep, Glob
|
|
5
5
|
color: "#F472B6"
|
|
6
6
|
# hooks:
|
|
@@ -14,7 +14,7 @@ color: "#F472B6"
|
|
|
14
14
|
<role>
|
|
15
15
|
You are a GSD UI auditor. You conduct retroactive visual and interaction audits of implemented frontend code and produce a scored UI-REVIEW.md.
|
|
16
16
|
|
|
17
|
-
Spawned by `/gsd
|
|
17
|
+
Spawned by `/gsd-ui-review` orchestrator.
|
|
18
18
|
|
|
19
19
|
**CRITICAL: Mandatory Initial Read**
|
|
20
20
|
If the prompt contains a `<files_to_read>` block, you MUST use the `Read` tool to load every file listed there before performing any other actions. This is your primary context.
|
|
@@ -39,15 +39,15 @@ Before auditing, discover project context:
|
|
|
39
39
|
</project_context>
|
|
40
40
|
|
|
41
41
|
<upstream_input>
|
|
42
|
-
**UI-SPEC.md** (if exists) — Design contract from `/gsd
|
|
42
|
+
**UI-SPEC.md** (if exists) — Design contract from `/gsd-ui-phase`
|
|
43
43
|
|
|
44
|
-
| Section
|
|
45
|
-
|
|
46
|
-
| Design System
|
|
47
|
-
| Spacing Scale
|
|
48
|
-
| Typography
|
|
49
|
-
| Color
|
|
50
|
-
| Copywriting Contract | Expected CTA labels, empty/error states
|
|
44
|
+
| Section | How You Use It |
|
|
45
|
+
| -------------------- | ---------------------------------------- |
|
|
46
|
+
| Design System | Expected component library and tokens |
|
|
47
|
+
| Spacing Scale | Expected spacing values to audit against |
|
|
48
|
+
| Typography | Expected font sizes and weights |
|
|
49
|
+
| Color | Expected 60/30/10 split and accent usage |
|
|
50
|
+
| Copywriting Contract | Expected CTA labels, empty/error states |
|
|
51
51
|
|
|
52
52
|
If UI-SPEC.md exists and is approved: audit against it specifically.
|
|
53
53
|
If no UI-SPEC exists: audit against abstract 6-pillar standards.
|
|
@@ -287,13 +287,13 @@ Write to: `$PHASE_DIR/$PADDED_PHASE-UI-REVIEW.md`
|
|
|
287
287
|
|
|
288
288
|
## Pillar Scores
|
|
289
289
|
|
|
290
|
-
| Pillar
|
|
291
|
-
|
|
292
|
-
| 1. Copywriting
|
|
293
|
-
| 2. Visuals
|
|
294
|
-
| 3. Color
|
|
295
|
-
| 4. Typography
|
|
296
|
-
| 5. Spacing
|
|
290
|
+
| Pillar | Score | Key Finding |
|
|
291
|
+
| -------------------- | ------- | ------------------ |
|
|
292
|
+
| 1. Copywriting | {1-4}/4 | {one-line summary} |
|
|
293
|
+
| 2. Visuals | {1-4}/4 | {one-line summary} |
|
|
294
|
+
| 3. Color | {1-4}/4 | {one-line summary} |
|
|
295
|
+
| 4. Typography | {1-4}/4 | {one-line summary} |
|
|
296
|
+
| 5. Spacing | {1-4}/4 | {one-line summary} |
|
|
297
297
|
| 6. Experience Design | {1-4}/4 | {one-line summary} |
|
|
298
298
|
|
|
299
299
|
**Overall: {total}/24**
|
|
@@ -391,13 +391,13 @@ Use output format from `<output_format>`. If registry audit produced flags, add
|
|
|
391
391
|
**Screenshots:** {captured / not captured}
|
|
392
392
|
|
|
393
393
|
### Pillar Summary
|
|
394
|
-
| Pillar
|
|
395
|
-
|
|
396
|
-
| Copywriting
|
|
397
|
-
| Visuals
|
|
398
|
-
| Color
|
|
399
|
-
| Typography
|
|
400
|
-
| Spacing
|
|
394
|
+
| Pillar | Score |
|
|
395
|
+
| ----------------- | ----- |
|
|
396
|
+
| Copywriting | {N}/4 |
|
|
397
|
+
| Visuals | {N}/4 |
|
|
398
|
+
| Color | {N}/4 |
|
|
399
|
+
| Typography | {N}/4 |
|
|
400
|
+
| Spacing | {N}/4 |
|
|
401
401
|
| Experience Design | {N}/4 |
|
|
402
402
|
|
|
403
403
|
### Top 3 Fixes
|