aide_scaffold
Create .aide spec files enforcing naming conventions for intent, research, todo, or plan types; auto-renames .aide to intent.aide when research.aide exists.
Instructions
Create new .aide spec files with automatic naming convention enforcement. Handles the naming rules: intent specs are .aide by default, but become intent.aide when research.aide exists in the same folder. Creating a research.aide auto-renames any existing .aide to intent.aide.
Types:
intent — Strategy, contracts, anti-patterns
research — Sources, data, patterns (triggers rename of existing .aide)
both — Creates research.aide + intent.aide pair
todo — QA re-alignment document for QA agents
plan -- Architect's implementation plan (no naming interaction with intent/research)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of .aide file to create | |
| directory | Yes | Directory where the .aide file(s) will be created |