← ClaudeAtlas

spec-driven-feedbacklisted

Retrospective feedback system with Execute-Verify-Gate structural anti-skip enforcement for DevForgeAI operations. Captures feedback after /dev, /qa, /release, sprint planning, or manual triggers. Handles 5 feedback types: conversation, summary, metrics, checklist, and ai_analysis. Prevents token optimization bias through lean orchestration, per-phase reference loading, checkpoint persistence, and binary CLI gate enforcement. Use when feedback needs to be captured, when the user mentions retrospectives, lessons learned, workflow improvements, process feedback, or wants to review what went well or poorly. Also handles AI architectural analysis, feedback search, export/import, and configuration management.
bankielewicz/DevForgeAI · ★ 4 · Testing & QA · score 66
Install: claude install-skill bankielewicz/DevForgeAI
# Spec-Driven Feedback Capture retrospective feedback from development workflows to improve processes, identify patterns, and enable continuous improvement — with structural anti-skip enforcement. **If ambiguous or conflicts detected: HALT and use AskUserQuestion** --- ## Execution Model Inline expansion. After invocation, execute Phase 00 immediately — no permission prompts, no execution-mode offers, no passive waits. See **`.claude/rules/core/anti-skip-behavior.md`** for the canonical execution contract (Self-Check violation taxonomy; Token-Optimization-Bias prohibition; governed by ADR-076). ## Anti-Skip Enforcement Enforced structurally outside LLM control, not by this prose — by the framework's deterministic gates wired for this workflow: the `devforgeai-validate` phase gates, the `settings.json`-registered `.claude/hooks/` scripts, and `.claude/hooks/phase-steps-registry.json` (ADR-076). Behavioral residue: `.claude/rules/core/anti-skip-behavior.md`. --- ## Feedback Types | Type | When Used | What Happens | Reference | |------|-----------|--------------|-----------| | **conversation** | After /dev, /qa, /release | Present context-aware questions via AskUserQuestion, persist responses | `references/adaptive-questioning.md` | | **summary** | After any operation | Auto-generate markdown summary of results | `references/feedback-persistence-guide.md` | | **metrics** | After any operation | Collect quantitative data (time, tokens, coverage) | `references/feedback-e