skill-intent-contract
FeaturedUse when starting a complex or ambiguous task that risks scope drift
Install
Quality Score: 93/100
Skill Content
Details
- Author
- nyldn
- Repository
- nyldn/claude-octopus
- Created
- 6 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
intent
Run a task under the Intent Engineering protocol - AI leads the workflow, the human appears only at three endpoints (intent, grant, verdict). Use when explicitly invoked as /intent <task>, and consider entering automatically for major tasks - multi-step work, irreversible or outward-facing actions (publishing, deploying, sending, deleting), or anything where a misaligned goal would be expensive. Not for trivial one-shot requests.
contract
Negotiate the "what done means" contract on disk before any autonomous code cycle starts. Produces contract.json with weighted criteria, user_flow (CJM-anchored), integrations (API contracts, data flow), restart threshold, and out-of-scope. Hard gate before /build-loop and /tdd. Use when starting a new feature, between /planning-with-files and the build cycle, or when user says "set up a contract", "what should done look like", "goal for this work", or invokes /contract. Triggers — contract, goal, "done means", acceptance criteria, rubric, user flow, integrations.
intent
Pre-Scout intent capture phase. Structures vague user goals into intent.md before any subagent budget is spent. Opt-in via policy.json workflow.phase_enables.intent=on.