sdlc

Execute a plan-driven SDLC pipeline from parsing through PR creation.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/exerias21/brainstorm-toolkit --skill sdlc-exerias21
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdlc
Source: https://github.com/exerias21/brainstorm-toolkit/tree/main/copilot/skills/sdlc
Command: npx skills add https://github.com/exerias21/brainstorm-toolkit --skill sdlc-exerias21

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates an end-to-end SDLC workflow inside Copilot by executing a plan-driven pipeline.

Core Features & Use Cases

  • Sequential stages: parse plan, sanity-check, implement, evaluate, run /test-check, flowsim, and PR creation.
  • Use case: when a finalized plan exists in plans/ or TASKS.md and you want to drive delivery end-to-end with minimal manual steps.
  • Use case: enables reproducible, audit-friendly pipelines with inline execution and deterministic results.

Quick Start

Provide a finalized plan at plans/ or TASKS.md and invoke the SDLC pipeline to execute it end-to-end.

Frequently Asked Questions about sdlc

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

FAQPage Schema
How do I automate the software development lifecycle end-to-end inside Copilot?

To automate the SDLC end-to-end inside Copilot, provide a finalized plan file and invoke the plan-driven pipeline to sequentially execute parsing, implementation, evaluation, and PR creation.

What do I need to run a plan-driven development pipeline for pull requests?

Running a plan-driven development pipeline requires a finalized plan file, a clean Git working tree, and a .claude/project.json configured with main_branch to execute stages sequentially.

Can I use a markdown plan file to drive code implementation and evaluation?

Yes, you can use a finalized markdown plan file located at plans/brainstorm-*.md or TASKS.md to drive code implementation, sanity-checks, and evaluation through the sequential pipeline.

How does flowsim work before pull request creation in an automated SDLC workflow?

Flowsim operates as an optional pre-PR stage in the SDLC workflow, executing after implementation and evaluation stages complete to simulate flows before final pull request creation.

How do I create reproducible and audit-friendly delivery pipelines from a task list?

Create reproducible, audit-friendly delivery pipelines by executing a finalized task list through the sequential SDLC stages, ensuring inline execution and deterministic results with minimal manual steps.

What happens if my Git working tree is not clean before starting SDLC automation?

SDLC automation requires a clean Git working tree as a prerequisite; an unclean state will prevent the pipeline from executing stages sequentially to ensure deterministic and reproducible results.