feat: basecamp-project skill
This commit is contained in:
6
.pi/gsd/prompts/gsd-add-backlog.md
Normal file
6
.pi/gsd/prompts/gsd-add-backlog.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Park idea in backlog (999.x). Args: idea (string, greedy)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/add-backlog.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-add-phase.md
Normal file
6
.pi/gsd/prompts/gsd-add-phase.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Add phase to end of roadmap. Args: description (string, greedy)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/add-phase.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-add-tests.md
Normal file
6
.pi/gsd/prompts/gsd-add-tests.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Generate tests for a phase. Args: phase (number)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/add-tests.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-add-todo.md
Normal file
6
.pi/gsd/prompts/gsd-add-todo.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Capture a todo. Args: text (string, greedy)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/add-todo.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-audit-milestone.md
Normal file
6
.pi/gsd/prompts/gsd-audit-milestone.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Audit milestone before archiving. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/audit-milestone.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-audit-uat.md
Normal file
6
.pi/gsd/prompts/gsd-audit-uat.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Cross-phase UAT gap audit. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/audit-uat.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
7
.pi/gsd/prompts/gsd-autonomous.md
Normal file
7
.pi/gsd/prompts/gsd-autonomous.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
description: "Run all remaining phases. Flags: --from N (start phase), --to N (end phase)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/autonomous.md" include-arguments />
|
||||
<gsd-include path=".pi/gsd/references/ui-brand.md" select="tag:core" />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-check-todos.md
Normal file
6
.pi/gsd/prompts/gsd-check-todos.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "List and select a todo to work on. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/check-todos.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-cleanup.md
Normal file
6
.pi/gsd/prompts/gsd-cleanup.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Archive completed phase directories. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/cleanup.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-complete-milestone.md
Normal file
6
.pi/gsd/prompts/gsd-complete-milestone.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Archive milestone. Args: version (string, e.g. v1.0)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/complete-milestone.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-debug.md
Normal file
6
.pi/gsd/prompts/gsd-debug.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Systematic debugging session. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/debug.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
7
.pi/gsd/prompts/gsd-discuss-milestone.md
Normal file
7
.pi/gsd/prompts/gsd-discuss-milestone.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
description: "Capture milestone scope before planning. Optional — /gsd-new-milestone works without it. Flags: --auto"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/discuss-milestone.md" include-arguments />
|
||||
<gsd-include path=".pi/gsd/templates/milestone-context.md" />
|
||||
|
||||
$ARGUMENTS
|
||||
8
.pi/gsd/prompts/gsd-discuss-phase.md
Normal file
8
.pi/gsd/prompts/gsd-discuss-phase.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
description: "Gather phase context. Args: phase (number) - Flags: --auto"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/discuss-phase.md" include-arguments />
|
||||
<gsd-include path=".pi/gsd/workflows/discuss-phase-assumptions.md" include-arguments />
|
||||
<gsd-include path=".pi/gsd/templates/context.md" />
|
||||
|
||||
$ARGUMENTS
|
||||
7
.pi/gsd/prompts/gsd-do.md
Normal file
7
.pi/gsd/prompts/gsd-do.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
description: "Auto-route to right command. Args: text (string, greedy)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/do.md" include-arguments />
|
||||
<gsd-include path=".pi/gsd/references/ui-brand.md" select="tag:core" />
|
||||
|
||||
$ARGUMENTS
|
||||
10
.pi/gsd/prompts/gsd-execute-milestone.md
Normal file
10
.pi/gsd/prompts/gsd-execute-milestone.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
description: "Execute all phases with lifecycle. Flags: --from N, --uat-threshold N (default 80)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/execute-milestone.md" include-arguments />
|
||||
<gsd-include path=".pi/gsd/references/ui-brand.md" />
|
||||
<gsd-include path=".planning/REQUIREMENTS.md" />
|
||||
<gsd-include path=".planning/ROADMAP.md" />
|
||||
<gsd-include path=".planning/STATE.md" />
|
||||
|
||||
$ARGUMENTS
|
||||
7
.pi/gsd/prompts/gsd-execute-phase.md
Normal file
7
.pi/gsd/prompts/gsd-execute-phase.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
description: "Execute all plans in a phase. Args: phase (number) - Flags: --auto (skip transition), --wave N (single wave), --interactive"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/execute-phase.md" include-arguments />
|
||||
<gsd-include path=".pi/gsd/references/ui-brand.md" />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-fast.md
Normal file
6
.pi/gsd/prompts/gsd-fast.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Inline task, no subagents. Args: task (string, greedy)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/fast.md" />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-forensics.md
Normal file
6
.pi/gsd/prompts/gsd-forensics.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Post-mortem investigation. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/forensics.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-insert-phase.md
Normal file
6
.pi/gsd/prompts/gsd-insert-phase.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Insert decimal phase after existing phase. Args: after-phase (number), description (string, greedy)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/insert-phase.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
4
.pi/gsd/prompts/gsd-join-discord.md
Normal file
4
.pi/gsd/prompts/gsd-join-discord.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
description: "Join the GSD Discord community. No required args."
|
||||
---
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-list-phase-assumptions.md
Normal file
6
.pi/gsd/prompts/gsd-list-phase-assumptions.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Surface agent assumptions before planning. Args: phase (number)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/list-phase-assumptions.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-list-workspaces.md
Normal file
6
.pi/gsd/prompts/gsd-list-workspaces.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "List active workspaces. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/list-workspaces.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-manager.md
Normal file
6
.pi/gsd/prompts/gsd-manager.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Interactive multi-phase command center. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/manager.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-map-codebase.md
Normal file
6
.pi/gsd/prompts/gsd-map-codebase.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Analyze codebase with parallel agents. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/map-codebase.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-milestone-summary.md
Normal file
6
.pi/gsd/prompts/gsd-milestone-summary.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Generate milestone summary. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/milestone-summary.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
10
.pi/gsd/prompts/gsd-new-milestone.md
Normal file
10
.pi/gsd/prompts/gsd-new-milestone.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
description: "Start new milestone cycle. Flags: --auto, --skip-research"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/new-milestone.md" include-arguments />
|
||||
<gsd-include path=".pi/gsd/references/questioning.md" />
|
||||
<gsd-include path=".pi/gsd/references/ui-brand.md" select="tag:core" />
|
||||
<gsd-include path=".pi/gsd/templates/project.md" />
|
||||
<gsd-include path=".pi/gsd/templates/requirements.md" />
|
||||
|
||||
$ARGUMENTS
|
||||
10
.pi/gsd/prompts/gsd-new-project.md
Normal file
10
.pi/gsd/prompts/gsd-new-project.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
description: "Initialize new project. Flags: --auto, --skip-research"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/new-project.md" include-arguments />
|
||||
<gsd-include path=".pi/gsd/references/questioning.md" />
|
||||
<gsd-include path=".pi/gsd/references/ui-brand.md" select="tag:core" />
|
||||
<gsd-include path=".pi/gsd/templates/project.md" />
|
||||
<gsd-include path=".pi/gsd/templates/requirements.md" />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-new-workspace.md
Normal file
6
.pi/gsd/prompts/gsd-new-workspace.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Create isolated workspace. Args: name (string)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/new-workspace.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-note.md
Normal file
6
.pi/gsd/prompts/gsd-note.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Capture/list/promote notes. Args: text (greedy) or subcommand"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/note.md" />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-pause-work.md
Normal file
6
.pi/gsd/prompts/gsd-pause-work.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Create handoff for pausing work. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/pause-work.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-plan-milestone-gaps.md
Normal file
6
.pi/gsd/prompts/gsd-plan-milestone-gaps.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Create phases to close audit gaps. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/plan-milestone-gaps.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
9
.pi/gsd/prompts/gsd-plan-milestone.md
Normal file
9
.pi/gsd/prompts/gsd-plan-milestone.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
description: "Plan all unplanned phases. Flags: --interactive"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/plan-milestone.md" include-arguments />
|
||||
<gsd-include path=".pi/gsd/references/ui-brand.md" select="tag:core" />
|
||||
<gsd-include path=".planning/REQUIREMENTS.md" />
|
||||
<gsd-include path=".planning/ROADMAP.md" />
|
||||
|
||||
$ARGUMENTS
|
||||
7
.pi/gsd/prompts/gsd-plan-phase.md
Normal file
7
.pi/gsd/prompts/gsd-plan-phase.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
description: "Plan a phase with research→plan→verify loop. Args: phase (number) - Flags: --auto, --skip-research, --gaps, --text"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/plan-phase.md" include-arguments />
|
||||
<gsd-include path=".pi/gsd/references/ui-brand.md" select="tag:core" />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-plant-seed.md
Normal file
6
.pi/gsd/prompts/gsd-plant-seed.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Capture forward-looking idea with trigger. Args: idea (string, greedy)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/plant-seed.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-pr-branch.md
Normal file
6
.pi/gsd/prompts/gsd-pr-branch.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Create clean PR branch. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/pr-branch.md" />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-profile-user.md
Normal file
6
.pi/gsd/prompts/gsd-profile-user.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Generate developer behavioral profile. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/profile-user.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-quick.md
Normal file
6
.pi/gsd/prompts/gsd-quick.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Quick tracked task. Args: task (string, greedy) - Flags: --no-commit"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/quick.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
4
.pi/gsd/prompts/gsd-reapply-patches.md
Normal file
4
.pi/gsd/prompts/gsd-reapply-patches.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
description: "Reapply local mods after GSD update. No required args."
|
||||
---
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-remove-phase.md
Normal file
6
.pi/gsd/prompts/gsd-remove-phase.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Remove a phase from roadmap. Args: phase (number)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/remove-phase.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-remove-workspace.md
Normal file
6
.pi/gsd/prompts/gsd-remove-workspace.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Remove workspace. Args: name (string)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/remove-workspace.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-research-phase.md
Normal file
6
.pi/gsd/prompts/gsd-research-phase.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Research phase implementation. Args: phase (number)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/research-phase.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-resume-work.md
Normal file
6
.pi/gsd/prompts/gsd-resume-work.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Restore previous session context. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/resume-project.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-review-backlog.md
Normal file
6
.pi/gsd/prompts/gsd-review-backlog.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Review and promote backlog items. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/review-backlog.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-review.md
Normal file
6
.pi/gsd/prompts/gsd-review.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Cross-AI peer review of phase plan. Args: phase (number)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/review.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-session-report.md
Normal file
6
.pi/gsd/prompts/gsd-session-report.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Generate session report. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/session-report.md" />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-set-profile.md
Normal file
6
.pi/gsd/prompts/gsd-set-profile.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Set model profile. Args: profile (quality/balanced/budget/inherit)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/set-profile.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-settings.md
Normal file
6
.pi/gsd/prompts/gsd-settings.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Configure workflow toggles. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/settings.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-ship.md
Normal file
6
.pi/gsd/prompts/gsd-ship.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Create PR and prepare for merge. No required args."
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/ship.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-thread.md
Normal file
6
.pi/gsd/prompts/gsd-thread.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Manage context threads. Subcommands: list, new, switch"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/thread.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
7
.pi/gsd/prompts/gsd-ui-phase.md
Normal file
7
.pi/gsd/prompts/gsd-ui-phase.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
description: "Generate UI design contract. Args: phase (number)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/ui-phase.md" include-arguments />
|
||||
<gsd-include path=".pi/gsd/references/ui-brand.md" />
|
||||
|
||||
$ARGUMENTS
|
||||
7
.pi/gsd/prompts/gsd-ui-review.md
Normal file
7
.pi/gsd/prompts/gsd-ui-review.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
description: "Visual audit of frontend phase. Args: phase (number)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/ui-review.md" include-arguments />
|
||||
<gsd-include path=".pi/gsd/references/ui-brand.md" />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-validate-phase.md
Normal file
6
.pi/gsd/prompts/gsd-validate-phase.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Retroactive Nyquist validation. Args: phase (number)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/validate-phase.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
7
.pi/gsd/prompts/gsd-verify-work.md
Normal file
7
.pi/gsd/prompts/gsd-verify-work.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
description: "Run UAT for a phase. Args: phase (number) - Flags: --plan N (specific plan only)"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/verify-work.md" include-arguments />
|
||||
<gsd-include path=".pi/gsd/templates/UAT.md" />
|
||||
|
||||
$ARGUMENTS
|
||||
6
.pi/gsd/prompts/gsd-workstreams.md
Normal file
6
.pi/gsd/prompts/gsd-workstreams.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
description: "Manage workstreams. Subcommands: list, create <name>, switch <name>, status, complete <name>"
|
||||
---
|
||||
<gsd-include path=".pi/gsd/workflows/workstreams.md" include-arguments />
|
||||
|
||||
$ARGUMENTS
|
||||
Reference in New Issue
Block a user