Stats
Actions
Tags
From forgeplan-orchestra
Agentic RAG router for the Forgeplan + Orchestra + Claude Code unified workflow knowledge base. Routes questions to the correct section.
How this skill is triggered — by the user, by Claude, or both
Slash command
/forgeplan-orchestra:unified-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user asks about the unified workflow, route to the correct section file based on their need.
sections/01-architecture/_index.mdsections/01-architecture/bounded-contexts.mdsections/02-setup/_index.mdsections/02-setup/brownfield.mdsections/02-setup/greenfield.mdsections/03-fields/_index.mdsections/03-fields/custom-fields.mdsections/04-playbook/_index.mdsections/04-playbook/scenarios.mdsections/05-configs/_index.mdsections/05-configs/medium-team.mdsections/05-configs/small-team.mdsections/05-configs/solo.mdWhen the user asks about the unified workflow, route to the correct section file based on their need.
| Need | Section File |
|---|---|
| How the 3 systems work together | sections/01-architecture/bounded-contexts.md |
| Setting up a new project from scratch | sections/02-setup/greenfield.md |
| Migrating an existing project | sections/02-setup/brownfield.md |
| Custom fields reference (Artifact, Type, Depth, Phase, Sprint, Branch) | sections/03-fields/custom-fields.md |
| What to do in situation X (daily scenarios, playbook) | sections/04-playbook/scenarios.md |
| Solo developer configuration | sections/05-configs/solo.md |
| Small team (2-5) configuration | sections/05-configs/small-team.md |
| Medium team (5-15) configuration | sections/05-configs/medium-team.md |
npx claudepluginhub forgeplan/marketplace --plugin forgeplan-orchestraSets up isolated workspaces using native worktree tools or git worktree fallback. Use before starting feature work to protect the current branch.