checklist

Convert product specs into ordered, dependency-aware build checklists.

1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/estevanhernandez-stack-ed/vibe-cartographer --skill checklist-estevanhernandez-stack-ed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checklist
Source: https://github.com/estevanhernandez-stack-ed/vibe-cartographer/tree/main/plugins/vibe-cartographer/skills/checklist
Command: npx skills add https://github.com/estevanhernandez-stack-ed/vibe-cartographer --skill checklist-estevanhernandez-stack-ed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams convert a messy spec into a concrete, executable build plan by decomposing it into atomic steps with clear acceptance criteria.

Core Features & Use Cases

  • Generates an ordered, dependency-aware checklist that maps spec sections (docs/prd.md, docs/spec.md) into actionable items.
  • Enforces a consistent five-field item format for every checklist entry, ensuring traceability and testability.
  • Produces a ready-to-publish docs/checklist.md along with contextual process-notes and artifact references.
  • Integrates planning artifacts with the broader Vibe Cartographer workflow, including session logging and friction-tracking guidelines.
  • Final item emphasizes documentation & security verification, covering README, docs artifacts, and a security review.

Quick Start

Run the /checklist workflow to draft an ordered, atomic build plan aligned with your spec, PRD, and docs.

Frequently Asked Questions about checklist

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

FAQPage Schema
How do I turn a product spec into an actionable build plan?

To turn a product spec into an actionable build plan, decompose your documentation into atomic, verifiable checklist items. This creates an ordered, dependency-aware task sequence that maps directly to spec sections for executable project management.

What is spec-driven build sequencing for project management?

Spec-driven build sequencing is the process of ordering development tasks based on spec dependencies. It breaks product requirements into atomic steps with clear acceptance criteria, ensuring traceability and testability throughout the workflow.

How do I generate a verifiable checklist from docs/prd.md and docs/spec.md?

Generate a verifiable checklist by mapping your docs/prd.md and docs/spec.md files into ordered tasks. The output is a ready-to-publish docs/checklist.md file enforcing a consistent five-field format for every entry.

Does spec-driven checklist generation include security verification?

Yes, spec-driven checklist generation includes security verification. The process culminates in a final item emphasizing documentation and security review, covering README updates, docs artifacts, and a comprehensive security verification step.

Can I use this build sequencing workflow without external dependencies?

Yes, you can use this build sequencing workflow without external dependencies. The process requires no prior components, relying solely on your existing spec and PRD documentation to draft the ordered, atomic build plan.

What is the best way to track build dependencies from a product spec?

The best way to track build dependencies from a product spec is to enforce a five-field item format for every checklist entry. This approach references exact spec sections to produce a dependency-aware, verifiable task sequence.