devflow
01Plugin Claude Code
Plugin marketplace listing 1 plugin: devflow.
Plugin Claude Code
Plugin marketplace listing 1 plugin: devflow.
Plugin Claude Code
Structured AI development workflows with enforced planning, task tracking, and code review gates.
MCP server Claude CodeCodexCursor
MCP Server for DevFlow - Claude Code Integration. Runs locally from the @dev-flow-tech/mcp-server npm package.
MCP server Claude CodeCodexCursor
MCP Server for DevFlow - Claude Code Integration. Runs locally from the @dev-flow-tech/mcp-server npm package.
Command
Create a new flow with a one-line summary.
Command
List open flows as a Markdown table (⭐ marks own flows).
Command
Show the next allowed action and step for the current flow.
Command
Submit the current flow for review (transitions to 'review' state).
Command
Start a DevFlow session for a specific flow.
Command
Show the current DevFlow status (state, tasks, next step).
Command
List tasks for the current DevFlow flow.
Skill Claude CodeCodex
Use during the review state of a flow with file changes. Compares the diff against accepted ADRs' affectspaths globs, persists per-file violations, and emits a discipline-token only when every violation is either resolved or explicitly marked break-by-design with a reason ≥ 10 characters. Implements Knowledge-Hook 6…
Skill Claude CodeCodex
Use when the user pasted an Area-Idea-Hunt-Prompt from the IdeasPage Garage. Drives a Wiki-grounded ideation routine — never out-of-thin-air-brainstorming, every idea must reference real wiki entries. Output is 3 Pick&Plan-ready proposals as JSON.
Skill Claude CodeCodex
Use during planning state to walk the user through the awareness list (pendingwork + planningcontext) so every in-flight flow, open intent, proposed ADR, and pending draft in the topic-scope receives an explicit user decision (✓ keep / ✗ irrelevant / ↺ later). Emits a discipline-token at the end as proof for…
Skill Claude CodeCodex
Use whenever working in a DevFlow-managed project (CLAUDE.md contains devflowinit). Explains the flow-state machine, init requirements, and error recovery.
Skill Claude CodeCodex
Use when an unexpected behavior, failing test, or production-error needs to be diagnosed. Walks through four phases — Investigation → Pattern → Hypothesis → Fix — with an explicit Knowledge-Hook 4 runbook-match before the Hypothesis phase to avoid double-debugging known incidents.
Skill Claude CodeCodex
Use FIRST when you encounter an unexpected error / exception / failing test that's not immediately obvious. Calls errorcontextget to pull all wiki signals relevant to the error (runbooks, ADRs touching the file, recent flows, patterns, similar past errors). Iron Law of compounding wikis: every novel failure mode…
Skill Claude CodeCodex
Use when the active DevFlow flow is in 'inprogress' state. Guides implementing the approved plan with tasks, commits, and TDD discipline.
Skill Claude CodeCodex
Use whenever listing flows, presenting flow status, or summarizing the flow backlog. Enforces a uniform Markdown-table format across MCP-tool, slash-commands, and free-form agent responses so the user gets a consistent view everywhere.
Skill Claude CodeCodex
Use periodically (monthly cadence is plenty) to curate the project's idea backlog. Reads GET /api/projects/:id/ideas — five sources of organic ideas (intents, stale, orphans, contradictions, hotspots). For each item: pick & plan into a flow, defer with a substantive horizon, or reject with a reason. Iron Law: no idea…
Skill Claude CodeCodex
Use during planning, before submitting to approval, and again before review→done. Walks the gaps from wiki-context and ensures each gap is closed with extend (preferred), a new entry, or a deferred intent — never dismiss. The wiki is a compounding artifact: knowledge is never thrown away.
Skill Claude CodeCodex
Use during the planning state to surface existing project patterns that match the flow's tag-scope, so the implementation plan re-uses proven solutions instead of inventing parallel ones. Cites each accepted pattern via [[pattern:slug]] wiki-link in the plan.
Skill Claude CodeCodex
Use during the review state, before devflow-verification-gate, to reconcile the approved implementationplan against what was actually implemented. Produces a per-AC and per-section table — done / partial / missing / extra — and forces the agent to address every gap (either fix it now, file an intent, or document why…
Skill Claude CodeCodex
Use when the active DevFlow flow is in 'planning' state. Guides creating an implementation plan with acceptance criteria before submitting for approval.