feat(workflows): add archon-idea-to-wo interactive workflow#1647
feat(workflows): add archon-idea-to-wo interactive workflow#1647lamachine wants to merge 1 commit into
Conversation
Add new interactive DAG workflow that guides users from raw idea to BKM-format Work Orders through 4 AI phases with approval gates: - understand-idea: foundation questions about the idea - scope-and-approach: codebase research and approach proposal - risk-and-decomposition: phased breakdown with risk assessment - generate-wos: BKM Work Order file generation to $ARTIFACTS_DIR/work-orders/ Includes 4 command files and regenerated bundled defaults. PIV Tasks 1-7: workflow YAML, 4 command files, bundled regeneration, validation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
* feat(marketplace): add archon-idea-to-wo workflow Adds one entry to the marketplace registry for archon-idea-to-wo — an interactive 8-node workflow that turns a raw idea into BKM-format Work Orders through four AI phases with approval gates between each. Originally authored by @lamachine in PR coleam00#1647, where it was proposed as a bundled default. Repackaged as a standalone SHA-pinned external repo (coleam00/archon-idea-to-wo) so it can be published through the community marketplace without waiting for an Archon release. - Author: lamachine - Tags: planning, development - Source: coleam00/archon-idea-to-wo @ 3b0d5d82 (directory format) - archonVersionCompat: >=0.3.0 Closes coleam00#1647 * chore: re-trigger marketplace auto-review after ready-for-review PR was flipped to ready-for-review before the action's trigger list included ready_for_review (fixed in d8d5a35 on dev). Empty commit fires the synchronize event so the auto-review runs now that the draft gate is cleared. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
* feat(marketplace): add archon-idea-to-wo workflow Adds one entry to the marketplace registry for archon-idea-to-wo — an interactive 8-node workflow that turns a raw idea into BKM-format Work Orders through four AI phases with approval gates between each. Originally authored by @lamachine in PR coleam00#1647, where it was proposed as a bundled default. Repackaged as a standalone SHA-pinned external repo (coleam00/archon-idea-to-wo) so it can be published through the community marketplace without waiting for an Archon release. - Author: lamachine - Tags: planning, development - Source: coleam00/archon-idea-to-wo @ 3b0d5d82 (directory format) - archonVersionCompat: >=0.3.0 Closes coleam00#1647 * chore: re-trigger marketplace auto-review after ready-for-review PR was flipped to ready-for-review before the action's trigger list included ready_for_review (fixed in d8d5a35 on dev). Empty commit fires the synchronize event so the auto-review runs now that the draft gate is cleared. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Summary
archon-idea-to-wo) and 4 command files that guide users from raw idea → foundation questions → scope/approach → risk/decomposition → BKM Work Orders.approval,command:).UX Journey
Before
After
Architecture Diagram
Before
After
Connection inventory:
Label Snapshot
risk: lowsize: Mworkflowsworkflows:defaultsChange Metadata
featureworkflowsLinked Issue
Validation Evidence (required)
load-command-prompt.test.ts(home-scope resolution) are unrelated to this PR and pre-date it.Security Impact (required)
$ARTIFACTS_DIR— pre-created by executor)Compatibility / Migration
Human Verification (required)
bun run cli workflow listshowsarchon-idea-to-wo; all 5 new files exist with valid YAML frontmatter; bundled-defaults.generated.ts contains all new files$foundation-gate.outputetc.) which are substituted by the workflow executor'svariableSubstitution()— consistent with howarchon-interactive-prd.yamloperatesSide Effects / Blast Radius (required)
check:bundledCI check catches any stale generated fileRollback Plan (required)
bun run generate:bundledbun run check:bundledwould fail if generated file is staleRisks and Mitigations
$foundation-gate.output) may not workexecutor-shared.tsapplies to all prompt text regardless of source (inlineprompt:orcommand:); pattern is consistent with existing command files🤖 Generated with Claude Code