sdlc-status

Display SDLC pipeline gate status for active specifications across Git worktrees.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a clear, consolidated view of your project's Software Development Lifecycle (SDLC) pipeline status, helping you understand where each feature stands and what the next steps are.

Core Features & Use Cases

  • Multi-Worktree Spec Tracking: Monitors active specifications across your main branch and all Git worktrees.
  • Gate Status Visualization: Clearly displays the PASS/FAIL/PENDING/SKIPPED status for each SDLC gate (Spec Quality, Code Quality, Review, Evidence Package).
  • Use Case: After a long coding session in a feature branch, you can quickly run /spec status to see which gates have been passed and which are still pending, guiding your next action.

Quick Start

Check the current status of your SDLC pipeline for all active specifications.

Frequently Asked Questions about sdlc-status

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

FAQPage Schema
How do I track SDLC pipeline progress across multiple git worktrees?

Track SDLC pipeline progress across git worktrees by running a status check that identifies active specifications in both main and worktree branches, then visualizing individual gate progression for each spec.

What is SDLC gate status visualization and how does it work?

SDLC gate status visualization displays the PASS, FAIL, PENDING, or SKIPPED state of quality gates like Spec Quality and Code Review, identifying active specs and suggesting the next action based on the first pending gate.

How do I check which code review and spec quality gates are pending?

Check pending code review and spec quality gates by viewing the pipeline state, which displays PASS, FAIL, PENDING, or SKIPPED for each gate and suggests the next action based on the first incomplete step.

Can I monitor active specifications in my main branch and feature branches simultaneously?

Yes, you can monitor active specifications across your main branch and feature branches simultaneously because the status check scans git worktrees to consolidate pipeline states for all active specs into a single view.

What is the best way to visualize the software development lifecycle state for pending features?

The best way to visualize the software development lifecycle state is to run a consolidated status check that maps PASS, FAIL, PENDING, and SKIPPED gates across all active worktrees and suggests the next required action.

Does this pipeline status tracker require any external dependencies to run?

No, this pipeline status tracker requires no external dependencies to run, relying entirely on internal scripts and references to inspect your git worktree context and evaluate specification gate evidence.