13 lines
470 B
Markdown
13 lines
470 B
Markdown
---
|
|
description: Brainstorm → plan → test → commit in one chain
|
|
argument-hint: "[task or feature]"
|
|
chain: p-brainstorm -> p-plan -> p-test -> p-commit
|
|
---
|
|
Run the design → plan → test → commit chain for: $@
|
|
|
|
Run in the current Pi session (foreground, stop with Esc/Ctrl+C):
|
|
/prompt-workflow c-design-build "<task>"
|
|
|
|
Run detached in the background (inspect with /subagents-fleet, stop with /subagents-stop <id>):
|
|
/prompt-workflow c-design-build --bg "<task>"
|