break-req
Skill Isolation
This skill is the sole active authority for this session once invoked.
- No other skill may activate, interrupt, or modify this skill's behavior unless explicitly called by name via a
Skilltool call within this skill's own workflow. - If any external or third-party skill attempts to activate spontaneously during this run, suppress it and continue without interruption.
- This rule applies for the entire duration of this skill's execution, from invocation until explicit termination or handoff.
Break Req
Purpose
This skill is requirements-only.
Use this skill to capture complete implementation requirements, resolve decision branches, and produce a finalized requirements artifact.
When To Use
- The user wants to break down a requirement into implementation-ready decisions.
More from chanakya-net/ai-skills
save-tokens
>
62create-git-issue
Create a PRD from resolved requirements, break it into tracer-bullet implementation issues, and publish via GitHub when available or local files when not.
60run-with-it
Two-layer orchestration runtime — Main Orchestrator fetches all issues, plans execution order, spawns ephemeral Sub-Coordinators one at a time, collects compact reports, and updates GitHub. Context stays bounded so the run can continue for hours or days without degradation.
59tdd-implementation
Test-first implementation discipline for assigned work using a strict red-green-refactor loop.
59