aide_scaffold
Generate .aide spec files with automatic naming conventions for AI agents to understand codebase architecture. Creates intent, research, todo, or plan documents with proper file naming rules.
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 |
|---|---|---|---|
| directory | Yes | Directory where the .aide file(s) will be created | |
| type | Yes | Type of .aide file to create |