dev.checklist

Generate domain-specific quality checklists from spec.md into checklists/.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Obsidian-Owl/agentlint --skill dev-checklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev.checklist
Source: https://github.com/Obsidian-Owl/agentlint/tree/main/.claude/skills/dev.checklist
Command: npx skills add https://github.com/Obsidian-Owl/agentlint --skill dev-checklist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps feature teams create standardized, domain-specific quality checklists to ensure nothing important is missed during development and reviews.

Core Features & Use Cases

  • Generate checklists for requirements, design, implementation, review, or custom contexts based on a feature's needs.
  • Load context from spec.md and feature artifacts to tailor checklists to the current feature.
  • Save generated checklists to checklists/ to support traceability and audits.

Quick Start

Run the /dev.checklist command with a type to generate a specific checklist for the current feature. For example:

  • /dev.checklist requirements
  • /dev.checklist design

Frequently Asked Questions about dev.checklist

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

FAQPage Schema
How do I generate quality checklists for feature validation during development?

You can generate quality checklists for feature validation by running the checklist command with a specific type like requirements or design. The skill loads context from spec.md and renders markdown checklists to validate features during development.

What is the best way to create standardized checklists for requirements and design reviews?

Creating standardized checklists for requirements and design reviews involves loading feature context from spec.md and using templates to render domain-specific markdown checklists. These are saved to a checklists directory to support traceability and audits.

Do I need a spec.md file to generate domain-specific feature checklists?

Yes, referencing spec.md is a strict prerequisite for generating domain-specific feature checklists. The skill loads context directly from spec.md and feature artifacts to tailor the validation checklists to the current development workflow.

Can I generate custom quality checklists for implementation and review workflows?

You can generate custom quality checklists for implementation and review workflows by specifying the desired type. The skill targets feature teams across these workflows and uses templates to produce markdown checklists for comprehensive feature validation.

What are the prerequisites for generating feature validation checklists in a development environment?

Prerequisites for generating feature validation checklists include being on a feature branch and having a spec.md file available. The skill enforces these requirements before loading context and rendering templates to produce the markdown checklists.