sdlc-run

Orchestrate a multi-phase software development lifecycle pipeline with automated quality scoring and merging.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/DMokong/speculator --skill sdlc-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdlc-run
Source: https://github.com/DMokong/speculator/tree/main/skills/sdlc-run
Command: npx skills add https://github.com/DMokong/speculator --skill sdlc-run

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire software development lifecycle, from initial spec creation and scoring to implementation, review, and merging, reducing manual effort and ensuring quality gates are met.

Core Features & Use Cases

  • End-to-End Orchestration: Manages the complete workflow of creating, scoring, planning, implementing, reviewing, and merging code.
  • Automated Quality Gates: Integrates multiple quality checks (spec scoring, code quality, code review) throughout the process.
  • Trust-Based Autonomy: Adapts its level of human oversight based on spec quality and configuration, offering Full Auto, Guided, or Stopped modes.
  • Use Case: A developer can initiate a feature build with a single command, and the Skill will autonomously handle spec generation, code implementation, quality checks, and merging to the main branch, only pausing for human approval if necessary.

Quick Start

Run the full software development pipeline autonomously by saying "/sdlc run".

Frequently Asked Questions about sdlc-run

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

FAQPage Schema
How do I automate the software development lifecycle from spec generation to merging?

You can automate the software development lifecycle by orchestrating a pipeline that handles spec generation, automated quality scoring, planning, implementation via subagents, code review, and merging autonomously. Initiate the full pipeline with a single command.

How does automated code review and quality scoring work in an agentic development pipeline?

Automated quality scoring in an agentic development pipeline evaluates your generated specs and implemented code against predefined quality gates. It integrates code quality checks and automated reviews throughout the process to ensure standards are met before merging.

Can I configure human oversight levels for autonomous git workflow pipelines?

Yes, you can configure human oversight for autonomous git workflow pipelines using trust-based autonomy modes. The system adapts its level of human interaction by offering Full Auto, Guided, or Stopped modes based on your configurable trust thresholds and spec quality.

Does the pipeline support self-healing capabilities during code implementation and review phases?

Yes, the pipeline provides self-healing capabilities specifically for the code implementation and review phases. If issues are encountered during these stages, the system attempts to autonomously resolve them before requesting human intervention or halting the workflow.

What tools do I need to integrate for automated issue tracking and git worktree management?

To support automated issue tracking and git worktree management, the pipeline integrates natively with the beads CLI for issue tracking and standard git commands for branch and worktree management throughout the development lifecycle.