From dev-flow
Automatically triggered when a developer asks how to start a new feature, create or review a PRD or spec, begin implementation from a spec or Jira ticket, review code on a branch, archive a spec, or understand the dev-flow delivery pipeline and workflow
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-flow:dev-flow-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to the `dev-flow` plugin commands that cover the full feature delivery workflow. When a developer asks about any stage of the pipeline, identify which command applies and invoke it via the Skill tool.
You have access to the dev-flow plugin commands that cover the full feature delivery workflow. When a developer asks about any stage of the pipeline, identify which command applies and invoke it via the Skill tool.
init-dev-flow ← one-time repo setup
create-prd ← interactive PRD interview
review-prd ← validate PRD before speccing
create-spec ← build spec directory from PRD
review-spec ← validate spec before implementation
implm-frm-prd ← full 13-step pipeline from PRD (create-spec → review-spec → implm-from-spec)
implm-from-spec ← full 11-step orchestrated implementation from an existing spec
implm-frm-change-dtls ← full 15-step pipeline from a Jira ticket or change description
create-review ← produce a structured code review artifact for the branch
review-code ← code review against spec or PRD
write-flow-analys ← final process analysis report (part of implm-from-spec)
archive-spec ← move completed spec to specs/archive/
| What the developer asks about | Command to invoke |
|---|---|
| Set up dev-flow in this repo for the first time | /dev-flow:init-dev-flow |
| Write / create a PRD for a new feature | /dev-flow:create-prd |
| Review a PRD | /dev-flow:review-prd |
| Create a spec from a PRD | /dev-flow:create-spec |
| Review a spec | /dev-flow:review-spec |
| Implement from a spec that already exists | /dev-flow:implm-from-spec |
| Implement starting from a PRD (no spec yet) | /dev-flow:implm-frm-prd |
| Implement from a Jira ticket or change request | /dev-flow:implm-frm-change-dtls |
| Create a code review for the current branch | /dev-flow:create-review |
| Review the code on the current branch | /dev-flow:review-code |
| Write a process analysis for a completed feature | /dev-flow:write-flow-analys |
| Archive a completed spec directory | /dev-flow:archive-spec |
init-dev-flow (if first time) → create-prd → implm-frm-prd.implm-frm-change-dtls directly.All commands operate on local files in the current repository. Jira integration requires the Atlassian MCP server; fall back to asking the user to paste ticket details if it is unavailable.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub stainedhead/shared-plugins --plugin dev-flow