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.md
source content

plan-scope

Workflow

  1. Read runtime and repo context before proposing scope.
  2. Identify the single active objective for the next iteration.
  3. Produce ordered steps with acceptance and owner hints.
  4. 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.