This skill should be used when the user asks to "requirements framework status", "show requirements project context", "what's the state of requirements framework", "requirements framework overview", or wants a comprehensive status report of the requirements framework implementation and current state.
View on GitHubHarmAalbers/claude-requirements-framework
requirements-framework
plugins/requirements-framework/skills/requirements-framework-status/SKILL.md
January 25, 2026
Select agents to install to:
npx add-skill https://github.com/HarmAalbers/claude-requirements-framework/blob/main/plugins/requirements-framework/skills/requirements-framework-status/SKILL.md -a claude-code --skill requirements-framework-statusInstallation paths:
.claude/skills/requirements-framework-status/# Requirements Framework - Status Report Provides comprehensive project context and current state of the **Claude Code Requirements Framework**. ## Current Implementation Status **Version**: 2.0.4 **Status**: ✅ Production Ready & Feature Complete **Repository**: https://github.com/HarmAalbers/claude-requirements-framework --- ## Quick Metrics | Metric | Value | |--------|-------| | **Production Code** | ~8,500 lines | | **Test Suite** | 544 tests (100% pass) | | **Hooks** | 9 active | | **Library Modules** | 17 | | **CLI Commands** | 11 | | **Requirement Types** | 3 strategies | | **Plugin Agents** | 17 | | **Plugin Commands** | 5 | | **Plugin Skills** | 4 | **→ Full component inventory**: See `references/component-inventory.md` --- ## Implementation Timeline ### Phase 1: MVP ✅ (2025-12-09) - Core framework structure - Session management - State storage (`.git/requirements/`) - Configuration cascade - PreToolUse hook - CLI tool (`req` command) ### Phase 2: Additional Requirements ⏭️ - Skipped - Not needed for current use cases ### Phase 3: Polish & UX ✅ (2025-12-24) - Session registry & auto-detection (77 tests) - Enhanced error messages - Terminal colors (NO_COLOR support) - `req init` interactive wizard (42 tests) - `req config` management (14 tests) --- ## Core Components ### Hooks (9 total) | Hook | Type | Purpose | |------|------|---------| | `check-requirements.py` | PreToolUse | Blocks Edit/Write if unsatisfied | | `handle-session-start.py` | SessionStart | Context injection, status display | | `handle-stop.py` | Stop | Verify requirements before stopping | | `handle-session-end.py` | SessionEnd | Cleanup sessions | | `handle-plan-exit.py` | PostToolUse | Show status after planning | | `auto-satisfy-skills.py` | PostToolUse | Auto-satisfy on skill completion | | `clear-single-use.py` | PostToolUse | Clear single_use after action | | `ruff_check.py` | PreToolUse | Python linting | ### Libraries (17 modules) **Core**: `requirements.py`, `confi