spec-loop-status

Quick orientation. Answers: "Where are we?" Reads state from files — works after compaction, new sessions, or when picking up someone else's work.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "spec-loop-status" with this command: npx skills add surajpatildev/spec-loop/surajpatildev-spec-loop-spec-loop-status

Spec-Loop Status

Quick orientation. Answers: "Where are we?" Reads state from files — works after compaction, new sessions, or when picking up someone else's work.

Workflow

  1. Check for Active Specs

Look in .agents/specs/ for directories containing task files with Status: pending , Status: in-progress , or Status: in-review .

  1. For Each Active Spec
  • Read all task files -> count by status (done / in-review / in-progress / pending / blocked)

  • Identify next eligible task (pending, deps met)

  • If progress.md exists, read the last 3 log entries

  1. Check Git State
  • Run git log --oneline -5 for recent commits

  • Run git branch --show-current to show current branch

  1. Report

Active: <spec-name>

Branch: <current branch name> Tasks: N/M done | N in-review | N in-progress | N pending | N blocked Next: Task N — <name> (depends on: N, N)

Recent Progress

[YYYY-MM-DD HH:MM] Task N: <Name> — <summary>

Recent Commits

abc1234 <message> def5678 <message>

If no active specs, report:

No active specs. Recent commits shown below. Use /spec-loop-spec to create a new feature spec, or run spec-loop run for standalone work.

Rules

  • Read-only — never modify any files

  • Show all active specs, not just the first one found

  • If a task is in-progress with no recent commits, flag it: "Task N: in-progress (possibly stale — no commits since YYYY-MM-DD)"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

steering

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

A Python CLI skill for Cutout.Pro visual APIs — background removal, face cutout, and photo enhancement. Supports file upload & image URL input.

Call Cutout.Pro visual processing APIs to perform background removal, face cutout, and photo enhancement. Supports both file upload and image URL input, retu...

Registry SourceRecently Updated
Coding

client-onboarding-agent

Client onboarding and business diagnostic framework for AI agent deployments. Covers 4-round diagnostic process, 6 constraint categories, deployment SOP with...

Registry SourceRecently Updated