dev-lifecycle

Orchestrates an eight-phase software development lifecycle workflow from requirements to code review.

Updated Oct 17, 2025
One-click install
npx skills add https://github.com/koreyba/EverFreeNote --skill dev-lifecycle-koreyba
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dev-lifecycle
Source: https://github.com/koreyba/EverFreeNote/tree/main/.agents/skills/dev-lifecycle
Command: npx skills add https://github.com/koreyba/EverFreeNote --skill dev-lifecycle-koreyba

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrates a structured SDLC workflow from requirements to code review, providing a guided, repeatable process to build features with traceable decisions and documentation.

Core Features & Use Cases

  • Eight sequential phases (New Requirement, Review Requirements, Review Design, Execute Plan, Update Planning, Check Implementation, Write Tests, Code Review) that align with an end-to-end feature lifecycle.
  • Phase-specific references and workflows to validate progress, maintain alignment with requirements and design, and surface gaps early.
  • Worktree-based start for new features and automated linting/bootstrap steps to ensure a clean, ready-for-work environment.
  • Memory-backed clarification prompts and an integrated governance flow to capture decisions and maintain context across phases.
  • Flexible resumption and backtracking rules to handle evolving requirements or design changes.

Quick Start

Start Phase 1 by initiating a new requirement with the Dev Lifecycle workflow and follow the guided prompts through subsequent phases.

Frequently Asked Questions about dev-lifecycle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run an end-to-end software development lifecycle workflow from requirements to code review?▼

An end-to-end SDLC workflow guides you through eight sequential phases, from new requirement intake to code review, enforcing phase-specific validation and documentation to maintain traceability across feature development.

What phases are included in a structured feature development lifecycle?▼

A structured feature development lifecycle includes eight phases: New Requirement, Review Requirements, Review Design, Execute Plan, Update Planning, Check Implementation, Write Tests, and Code Review, each with specific validation workflows.

How do I start a new feature using a worktree-based development lifecycle?▼

To start a new feature, initiate Phase 1 by entering a new requirement into the lifecycle workflow, which triggers an automated worktree setup, bootstrap steps, and linting to prepare a clean environment for development.

Can I backtrack to earlier phases if design or requirements change during implementation?▼

Yes, the workflow supports flexible resumption and backtracking rules, allowing you to return to earlier phases to handle evolving requirements or design changes while maintaining context through memory-backed clarification prompts.

Does the SDLC workflow enforce automated linting and governance for feature development?▼

Yes, the SDLC workflow enforces automated linting during setup and integrates a governance flow throughout the phases to capture decisions, validate progress, and surface gaps early across the feature lifecycle.