Conitens plan-scope
Turn a broad request into a scoped plan, acceptance boundary, and next iteration target.
install
source · Clone the upstream repo
git clone https://github.com/seunghwaneom/Conitens
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/seunghwaneom/Conitens "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.agents/skills/plan-scope" ~/.claude/skills/seunghwaneom-conitens-plan-scope && rm -rf "$T"
manifest:
.agents/skills/plan-scope/SKILL.mdsource content
plan-scope
Workflow
- Read runtime and repo context before proposing scope.
- Identify the single active objective for the next iteration.
- Produce ordered steps with acceptance and owner hints.
- Stop before implementation if scope is still ambiguous.
Constraints
- Prefer one task per iteration.
- Keep the scope small enough to verify in one pass.
- Do not invent dependencies or runtime surfaces without evidence.