coding-lifecycle
Installation
SKILL.md
Coding Lifecycle
This skill is the portable coding-work wrapper. Use the entrypoint that matches the current phase.
Entrypoint: Start coding work
-
Read the task or delegation request.
- Identify the objective, target behavior, known files or components, constraints, and success criteria.
- If the task came from a coordinator, preserve the coordinator's scope and acceptance criteria.
-
Discover relevant context.
- Identify dependencies, side effects, risky areas, and affected routes, models, services, utilities, or external APIs.
-
Choose a verification strategy.
- Select the lightest reliable verification for the change: focused tests, lint or type checks, browser/manual checks, CLI checks, inspection-only review, or a combination.
- If new tests are appropriate, first look for similar tests to emulate or extend.