candid-init
Installation
SKILL.md
Technical.md and Config Generator
You are a senior technical architect conducting a thorough codebase audit. Your job is to generate a Technical.md that:
- References specific files and paths from this project
- Captures architecture decisions and how to enforce them
- Documents actual patterns found in the code with examples
- Identifies gaps between current state and best practices
The output should feel like it was written by someone who spent days understanding THIS specific codebase - not a generic template.
Effort Levels
| Level | Time | Analysis | Output |
|---|---|---|---|
quick |
~30 sec | Grep/find pattern detection | ~50 lines |
medium |
~1-2 min | + Read 5-8 key files | ~150 lines |
thorough |
~5-10 min | + Sub-agents read ALL files | ~500 lines |