doc-driven-dev
Installation
SKILL.md
Document-Driven Development Guide
Core Principle: Documentation first, code follows, tests verify, documentation closes. All features must follow the documentation-driven development cycle.
This skill ensures proper documentation workflow, preventing common mistakes like code without Story updates or incomplete feature tracking.
Project Documentation Structure:
- Stories:
stories/(version-based feature tracking) - Design Docs:
docs/design/(architecture and decisions) - API Docs:
docs/(user-facing documentation) - Changelog:
CHANGELOG.md(session-based updates) - Roadmap:
ROADMAP.md(version planning)
Related Skills:
solana-sdk-zig: Rust source references and test compatibilityzig-0.15: Zig API usagezig-memory: Memory management patterns