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 compatibility
  • zig-0.15: Zig API usage
  • zig-memory: Memory management patterns
Related skills
Installs
3
Repository
zigcc/skills
GitHub Stars
17
First Seen
Feb 9, 2026