lifecycle-phases

Manage project execution through Clarify-Plan-Execute-Review cycles with wave-based parallel tasks.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/LayerDynamics/Lore --skill lifecycle-phases
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lifecycle-phases
Source: https://github.com/LayerDynamics/Lore/tree/main/lore/skills/lifecycle-phases
Command: npx skills add https://github.com/LayerDynamics/Lore --skill lifecycle-phases

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of unstructured and chaotic project execution by enforcing a systematic, phase-based approach to development.

Core Features & Use Cases

  • Structured Project Management: Implements a Clarify-Plan-Execute-Review cycle for each project phase.
  • Wave-Based Parallelism: Optimizes execution by running independent tasks concurrently within waves.
  • Use Case: When starting a new feature development, use this skill to ensure all requirements are clarified, a robust plan is created, tasks are executed efficiently in parallel waves, and the final output is thoroughly reviewed before proceeding.

Quick Start

Use the lifecycle-phases skill to manage the execution of the current project phase.

Frequently Asked Questions about lifecycle-phases

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

FAQPage Schema
How do I structure project execution to avoid chaotic task management?▼

Project execution is structured using a Clarify-Plan-Execute-Review cycle that enforces task decomposition, dependency management, and atomic commits for robust progress tracking.

What is wave-based parallelism in software development workflows?▼

Wave-based parallelism is an execution mechanism that optimizes workflows by running independent tasks concurrently within sequential waves, ensuring deterministic progress for complex scenarios.

How do I break down a complex feature into manageable development phases?▼

You break down features by applying a phase-based approach that enforces task decomposition and dependency management, ensuring requirements are clarified and planned before execution.

Can I use this project management approach for complex software development scenarios?▼

Yes, this deterministic workflow approach applies specifically to complex software development and project management scenarios requiring structured phases and rigorous review cycles.

What's the best way to manage task dependencies in a parallel execution workflow?▼

Task dependencies are managed by structuring execution into waves where independent tasks run concurrently, while the Clarify-Plan-Execute-Review cycle ensures deterministic dependency resolution.

When should I not use a structured phase-based workflow?▼

Structured phase-based workflows are not ideal for simple, linear tasks that lack complex dependencies, as the overhead of task decomposition and review cycles would outweigh the benefits.