Interview-driven specification development. Use when starting a new project, after context compaction, when SPEC.md is missing or stale, or when the user needs to clarify project architecture. Triggers on "spec", "interview me", "what are we building", or when substantial work is requested without clear requirements.
Prevent wrong assumptions and context loss across compactions by building a comprehensive, persistent specification through structured interviewing.
If SPEC.md exists, read it first to understand current state. If project CLAUDE.md exists, read that too.
Use AskUserQuestion tool to ask detailed, non-obvious questions about:
Architecture & Design
Scope & Requirements
Implementation Strategy
Unknowns & Risks
Write to ./SPEC.md at project root with structure:
# Project: [Name]
## Objective
[1-2 sentence core goal]
## Success Criteria
- [ ] Concrete measurable outcome 1
- [ ] Concrete measurable outcome 2
## Architecture
### Core Data Structures
[Concrete representations with example shapes/values]
### System Boundaries
[What's in scope, what interfaces with external systems]
## Constraints & Tradeoffs
### Non-negotiable
- [Hard requirements]
### Acceptable Tradeoffs
- [What can be sacrificed for what]
### Out of Scope
- [Explicitly excluded]
## Implementation Strategy
### Optimization Parameters
[Batch sizes, memory limits, performance targets - MEASURED not guessed]
### Preferred Patterns
[How to structure code in this project]
### Anti-patterns
[What to avoid]
## Open Questions
[Things that still need measurement or decision]
## Reference Examples
[ASCII diagrams, example tensors, concrete values]
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer