What problem does it solve?
This Skill removes ad-hoc planning and brittle development by ensuring tests are written first and remain immutable during the build, enabling predictable, reviewable, and repeatable epic implementations.
Core Features & Use Cases
- TDD-first planning: Author complete failing tests for each step of an epic before any implementation.
- Orchestrated workflow: Automate branch creation, git tagging, test execution, and plan file generation for agent-driven builds.
- Use Case: When executing a single epic as part of an agentic CI-like build, use this Skill to produce precise test files under kyros-agent-workflow/tests, verify failures with pytest, tag the baseline, and write a step-by-step implementation plan to the build directory.
Quick Start
Invoke the execute-plan orchestrator with epic_spec_path pointing to the epic YAML, build_dir set to the target build directory, and epic_name set to the epic identifier to generate tests and an implementation plan.