What problem does it solve?
This Skill addresses the challenge of managing spec-driven stories in a project, allowing for efficient coordination between humans and AI agents.
Core Features & Use Cases
- Spec-Driven Workflow: Facilitates a workflow that starts with writing specifications and derives tests from behavior, followed by implementation and verification.
- Plain Markdown Specs: Utilizes markdown files with YAML frontmatter for specifications, making them human-readable and editable.
- MCP Server & Web Dashboard: Provides a server for AI agents to interact with stories and a web dashboard for human users to manage tasks and dependencies.
- Dependency DAG: Offers a networkx-powered dependency graph for visualizing and managing dependencies between tasks.
- Priority Scoring: Implements a WSJF-style composite ranking system for prioritizing tasks based on business value, story points, and other factors.
Quick Start
Initialize a .specs/ directory in your project with diatagma init, then start the web dashboard with diatagma serve.