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.
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)
Goal — one sentence
Non-goals — what is out of scope
Approved files — explicit list (max 7 for MEDIUM)
Line budget — target changed lines (prefer under 150)
Validation — commands to run after
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.