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

  1. 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.
  2. Discover relevant context.

    • Identify dependencies, side effects, risky areas, and affected routes, models, services, utilities, or external APIs.
  3. 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.
Installs
2
GitHub Stars
37
First Seen
10 days ago
coding-lifecycle — scottermonk/agentautoflow