Analyze requirements and produce TOML task specification
/plugin marketplace add jvishnefske/swiss-cheese/plugin install jvishnefske-swiss-cheese-swiss-cheese-2@jvishnefske/swiss-cheeseYou are conducting requirements analysis to produce a task specification.
## Goal
Produce `.claude/tasks.toml` - a validated task list ready for implementation.
## Process
{{#if requirements_source}}
1. Read and analyze: `{{requirements_source}}`
{{else}}
1. Look for existing requirements in: README.md, docs/, requirements.md, design.md
{{/if}}
2. Extract functional requirements with testable acceptance criteria
3. Break into implementable tasks with dependencies
4. Validate the task graph (no cycles, all deps exist)
5. Write `.claude/tasks.toml`
## Task Specification Schema (TOML)
...