# Relentless Skills ## Directory ### Core Orchestration Skills - **intent-gate/** — Intent classification and ambiguity detection. Injected into system prompt. - **todo-enforcer/** — Task focus enforcement and scope control. Injected into system prompt. - **pursuit/** — Relentless completion loop. On-demand via `/pursuit`. - **unleash/** — Full autonomous orchestration pipeline. On-demand via `/unleash`. - **recon/** — Codebase mapping and AGENTS.md generation. On-demand via `/recon`. - **ui-craft/** — 5-phase UI/UX design process. Auto-loaded by Maestro. - **using-relentless/** — Bootstrap skill. Injected into every session. - **chunk-gate/** — Intermediate build+test verification between implementation chunks. On-demand, enforced by pursuit loop. - **history/** — Pursuit archive browser. On-demand via `/history`. - **preflight/** — Pre-pursuit dependency and environment verification. On-demand, invoked by unleash Phase 3. - **metrics/** — Pursuit analytics and performance metrics. On-demand via `/metrics`. - **recovery/** — Structured recovery from failed or stuck pursuits. On-demand via `/recover`. - **health/** — Diagnostic health checks for Relentless installation. On-demand via `/health`. - **branching/** — Pursuit branching for exploring alternative approaches. On-demand via `/branch`, `/branches`, `/switch`. Experimental. ### Workflow Skills (forked from superpowers, MIT License) - **brainstorming/** — Collaborative design exploration before implementation. - **writing-plans/** — Structured implementation plan creation. - **test-driven-development/** — RED-GREEN-REFACTOR cycle enforcement. - **systematic-debugging/** — 4-phase root cause investigation. - **verification-before-completion/** — Evidence-based completion verification. - **requesting-code-review/** — Code review dispatch (routes to Sentinel). - **receiving-code-review/** — Handling code review feedback with rigor. - **finishing-a-development-branch/** — Branch completion options and cleanup. - **using-git-worktrees/** — Isolated workspace creation for feature work. - **writing-skills/** — Meta-skill for creating new relentless skills. ## Runtime Behavior - `intent-gate` and `todo-enforcer` are injected into every system prompt via the plugin. - `using-relentless` is injected as bootstrap skill. - `chunk-gate` is invoked automatically during pursuit loop after each chunk. Can also be invoked manually. - Other skills are loaded on-demand via the Skill tool. - Agents auto-load specific skills: Maestro loads `ui-craft`, Sentinel loads `systematic-debugging`. ## Attribution Workflow skills are forked from [superpowers](https://github.com/obra/superpowers) by Jesse Vincent, licensed under MIT.