Generate Intent Spec Scaffold
generate_intent_spec_scaffoldGenerate blank, minimum-viable, or full intent-spec templates to scaffold agent intent specifications, with optional pre-filled objective, autonomy level, and agent name.
Instructions
Return the appropriate intent-spec template (blank, Level-1 MVR, or full 9-section) with optional pre-filled objective_hint, autonomy_level, and agent_name. Use this when starting a new agent/skill or retrofitting an existing one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Which scaffold to return. 'blank' = empty 9-section template; 'level-1-mvr' = 3-section minimum-viable retrofit; 'full-9-section' = full template with prompts. | full-9-section |
| agent_name | No | Optional agent/skill name. Used in the YAML header. | |
| autonomy_level | No | Optional autonomy level. Pre-fills the Decision Authority section with the matching architecture pattern. | |
| objective_hint | No | Optional one-sentence hint about what the agent should do. Pre-fills the objective field with a starter draft. |