implement - End-to-end feature implementation pipeline
Combines pre-flight, TDD, scope guard, and quality commit into one implementation flow
Tags
Updated: 2026-03-10Typical Outputs
What this skill does
- validate workspace
- run pre-flight checks
- write failing tests
- implement minimum code
- audit scope changes
- run test suite
- run typecheck
- run linter
- commit changes
Inputs
- implementation requirements
- target files
- test runner config
- git repository
- workspace directory
- commit type format
Outputs
- modified code files
- test file
- committed changes
- test results
- typecheck report
Requirements
- git repository
- test framework
- type checking tool
- linter tool
- TypeScript or equivalent runtime
