KlausFreiberufler/devflow-mcp

MCP Server for WorkFlow Pro - Claude Code Integration

1Stars on the repository
37Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

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…

1 4d ago A 77 tokens original MIT

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

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.

1 4d ago A 66 tokens original MIT

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

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…

1 4d ago A 83 tokens original MIT

devflow-core

04

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

Use whenever working in a DevFlow-managed project (CLAUDE.md contains devflowinit). Explains the flow-state machine, init requirements, and error recovery.

1 4d ago A 37 tokens original MIT

devflow-debugging

05

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

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.

1 4d ago A 61 tokens original MIT

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

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…

1 4d ago A 80 tokens original MIT

devflow-executing

07

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

Use when the active DevFlow flow is in 'inprogress' state. Guides implementing the approved plan with tasks, commits, and TDD discipline.

1 4d ago A 36 tokens original MIT

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

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.

1 4d ago A 50 tokens original MIT

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

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…

1 4d ago A 91 tokens original MIT

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

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.

1 4d ago A 73 tokens original MIT

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

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.

1 4d ago A 60 tokens original MIT

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

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…

1 4d ago A 97 tokens original MIT

devflow-planning

13

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

Use when the active DevFlow flow is in 'planning' state. Guides creating an implementation plan with acceptance criteria before submitting for approval.

1 4d ago A 32 tokens original MIT

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

Use when receiving a code-review (from a subagent dispatch or a human reviewer) to triage every finding into Critical / Important / Minor with a deliberate decision per item. Each finding is technically verified before accept-or-reject — never blind acceptance, never blind rejection.

1 4d ago A 61 tokens original MIT

devflow-reviewing

15

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

Use when the active DevFlow flow is in 'review' state. Guides self-review via diff analysis and writes the agent summary + testing instructions.

1 4d ago A 34 tokens original MIT

devflow-tdd

16

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

Use during implementation to drive every change through Test-Driven Development. Before writing production code, query existing test-patterns from the LLM-Wiki (Hook 3) for the relevant tag-scope, then write a failing test (RED), make it pass (GREEN), and refactor (REFACTOR). Emits a discipline-token only when each…

1 4d ago A 81 tokens original MIT

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

Use during the review state to prove every acceptance criterion with a captured evidence command. No "should work" claims — each AC gets a real shell/test/curl invocation whose stdout is recorded into the flow's testingInstructions. Emits the discipline-token that makes review→done possible under agentwithdiscipline…

1 4d ago A 74 tokens original MIT

devflow-wiki-lint

18

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

Use periodically (or on demand from the Wiki page health-bar) to keep the LLM-Wiki clean. Reads GET /api/projects/:id/wiki-lint and addresses every reported stale, orphan, and contradiction — never let any of them linger. Iron Law: orphans get cross-linked or marked as intent, contradictions are resolved at the…

1 4d ago A 93 tokens original MIT

devflow-worktrees

19

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

Use at the start of implementation (or when picking up an existing flow) to set up a dedicated git-worktree under .claude/worktrees/ - . Each flow gets its own working directory — branch isolation prevents cross-flow contamination, and the path is predictable for re-init / cross-session recovery.

1 4d ago A 69 tokens original MIT

devflow-code-critic

20

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

Use during inprogress state, before submitting flowupdate({currentState: 'review'}), to deeply review the implementation against 7 quality dimensions. The skill enforces a critic-persona — the agent steps out of "implementer" mode and into "reviewer" mode. Outputs a structured verdict (approved | minorissues |…

1 4d ago A 111 tokens original MIT

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

Use in the 'review' state to triage pending knowledgedrafts before review→done. Decides per draft: accept (new wiki entry) or reject (with substantive reason). Iron Law extend > dismiss applies — never wegklick a draft whose topic has an existing extend-target.

1 4d ago A 66 tokens original MIT

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

Use when the user asks you to attach a file to a flow ("häng X an", "attach to DF-XXX", "save this to the flow", "upload this"). Picks the right MCP tool (flowupload for text, flowuploadfile for binaries) and the right kind. Iron law — never silently compress or truncate, prefer fail loud over corrupt-silently.

1 4d ago A 82 tokens original MIT

devflow-plan-critic

23

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

Use during planning state, before submitting flowupdate({currentState: 'approval'}), to deeply review the plan against 7 quality dimensions. The skill enforces a critic-persona — the agent steps out of "author" mode and into "reviewer" mode. Outputs a structured verdict (approved | minorissues | needschanges) with…

1 4d ago A 97 tokens original MIT

KlausFreiberufler/devflow-mcp

Skill Claude CodeCodex

Part of devflow

DRAFT-SKELETON. Tier-2 Pilot. Future skill for delegating inprogress tasks to per-task sub-agents in isolated worktrees. NOT YET ACTIVE — RFC sign-off via DF-427 closed Q1-Q7. Skill remains status:draft until the implementation roadmap (8 sub-flows, 3-4 weeks) lands.

1 4d ago A 79 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: