What problem does it solve?
This skill solves the problem of speculative development where code is written based on assumptions rather than observed reality, preventing the creation of features that do not match user intent.
Core Features & Use Cases
- Evidence-Grounded Workflow: Ensures every requirement is backed by a verifiable observation record, creating a transparent audit trail.
- Contract-Driven Development: Uses a machine-readable contract to enforce that implementation behavior matches user-defined acceptance criteria.
- Use Case: When building a new CLI feature, use this skill to define the requirement, perform the implementation, and automatically verify that the output matches the expected behavior through recorded test runs.
Quick Start
Use the tally skill to initialize a new workspace for the feature named user-export-csv and begin the requirement grounding process.