Master Your
Workflow
An MCP server that acts as your coding conscience. Enforce test-driven development, ensure documentation, and never skip a step in your release process.
Your Coding Conscience
Enforced Discipline
Won't let you skip important steps. Follows a strict, proven development workflow.
Test-Driven
Blocks commits if tests fail. Encourages writing tests before marking tasks complete.
Documentation
Reminds you to update documentation (README, docs, changelog) for every change.
State Tracking
Remembers exactly where you are in the workflow, even across sessions.
Task History
Keeps a detailed log of all completed tasks, commits, and releases.
Visual Planning
Automatically generate Mermaid diagrams to visualize your implementation plan before you code.
API Reference
Query workflow data programmatically with our JSON API.
GET /api/historyRetrieve paginated task history entries.
GET /api/summaryGet project health stats and recent tasks.