Scoped Plan

Create an explicit file-scoped plan with non-goals and line budget before medium or high-risk edits.

CopilotCursorKilo
AuthorNeexoCore
Updated
planningscope

Install in your repo

You get: 1 SKILL.md

Copy one prompt into Cursor, Copilot, Kilo, or any agent with web access.

Install the Neexo skill "Scoped Plan" (scoped-plan) in this repository.

Manifest: https://awesome.neexo.dk/api/install-manifest?ids=skills%2Fscoped-plan
Catalog: https://awesome.neexo.dk/skills/scoped-plan

Steps:
1. Fetch https://awesome.neexo.dk/api/install-manifest?ids=skills%2Fscoped-plan and read the file list.
2. Fetch https://awesome.neexo.dk/api/skills/scoped-plan/bundle and write every file to the correct project skill folder.
3. Detect IDE from this repo (.cursor → Cursor, .kilo → Kilo).
4. Preserve subdirectory structure (references/, agents/, scripts/, assets/).
5. Confirm which files you wrote.
Advanced — manual CLI
CLI — Cursor + Kilonpx awesome-neexo install skill scoped-plan --all
CLI — Cursor onlynpx awesome-neexo install skill scoped-plan --cursor
Copilot — full plugincopilot plugin install neexo-planning@awesome-neexo
Bundle API (JSON)https://awesome.neexo.dk/api/skills/scoped-plan/bundle

Scoped plan

When to use

  • MEDIUM or HIGH tasks per cost-awareness instructions
  • User asks for a plan before implementation
  • Touching 3+ files or uncertain scope

Output (required before edits)

  1. Goal — one sentence
  2. Non-goals — what is out of scope
  3. Approved files — explicit list (max 7 for MEDIUM)
  4. Line budget — target changed lines (prefer under 150)
  5. Validation — commands to run after
  6. Risks — tenant, schema, PII, deployment

Stop after the plan unless the user approves implementation.

Raw content

Copy into your project — e.g. .instructions.md, .agent.md, or SKILL.md

# Scoped plan

## When to use

- MEDIUM or HIGH tasks per cost-awareness instructions
- User asks for a plan before implementation
- Touching 3+ files or uncertain scope

## Output (required before edits)

1. **Goal** — one sentence
2. **Non-goals** — what is out of scope
3. **Approved files** — explicit list (max 7 for MEDIUM)
4. **Line budget** — target changed lines (prefer under 150)
5. **Validation** — commands to run after
6. **Risks** — tenant, schema, PII, deployment

Stop after the plan unless the user approves implementation.

Next steps

Matched by shared tags and category. Browse all skills