hype
✓Document-driven development with test-gated progression. Enforces a disciplined workflow: plan tasks with the user in .hype/TODO.md, document before implementing, track progress in .hype/PROGRESS.md, accumulate project knowledge in .hype/KNOWLEDGE.md, and require all tests to pass before advancing. Language-agnostic — works with any programming language or even non-code projects. Use when: (1) starting new projects with structured planning, (2) implementing features or bug fixes with mandatory test verification, (3) managing development tasks with document-based tracking, (4) the user mentions "hype", "document-driven development", "TODO tracking", or wants a disciplined plan-document-implement-test cycle.
Installation
SKILL.md
Hype enforces a strict development cycle: Plan → Document → Implement → Test → Repeat.
All tracking documents live in .hype/ at the project root. No task advances without passing verification. This is the core invariant.
| .hype/IDEA.md | User (Claude appends when asked) | Freeform idea scratchpad. Not part of the hype cycle. Claude may append when the user says so (e.g., "put that in IDEA", "メモしてね"). Claude never edits or deletes existing entries. |
Document-driven development with test-gated progression. Enforces a disciplined workflow: plan tasks with the user in .hype/TODO.md, document before implementing, track progress in .hype/PROGRESS.md, accumulate project knowledge in .hype/KNOWLEDGE.md, and require all tests to pass before advancing. Language-agnostic — works with any programming language or even non-code projects. Use when: (1) starting new projects with structured planning, (2) implementing features or bug fixes with mandatory test verification, (3) managing development tasks with document-based tracking, (4) the user mentions "hype", "document-driven development", "TODO tracking", or wants a disciplined plan-document-implement-test cycle. Source: rxxuzi/hype.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/rxxuzi/hype --skill hype- Source
- rxxuzi/hype
- Category
- >_Productivity
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is hype?
Document-driven development with test-gated progression. Enforces a disciplined workflow: plan tasks with the user in .hype/TODO.md, document before implementing, track progress in .hype/PROGRESS.md, accumulate project knowledge in .hype/KNOWLEDGE.md, and require all tests to pass before advancing. Language-agnostic — works with any programming language or even non-code projects. Use when: (1) starting new projects with structured planning, (2) implementing features or bug fixes with mandatory test verification, (3) managing development tasks with document-based tracking, (4) the user mentions "hype", "document-driven development", "TODO tracking", or wants a disciplined plan-document-implement-test cycle. Source: rxxuzi/hype.
How do I install hype?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rxxuzi/hype --skill hype Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/rxxuzi/hype
Details
- Category
- >_Productivity
- Source
- skills.sh
- First Seen
- 2026-02-05