requirements-format

Format feature specifications into standardized sections with acceptance criteria.

3|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/mauriciodelrio/delriodev-skills --skill requirements-format
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requirements-format
Source: https://github.com/mauriciodelrio/delriodev-skills/tree/main/es-skills/agent-workflow/requirements-format
Command: npx skills add https://github.com/mauriciodelrio/delriodev-skills --skill requirements-format

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill ensures that feature specifications are complete, well‑structured, and unambiguous, preventing agents from making assumptions or implementing incomplete requirements.

Core Features & Use Cases

  • Standardized format: enforces Overview, Goals, Acceptance Criteria, and optional Tech Notes sections.
  • Clarification workflow: groups business, technical, and scope questions and waits for answers before planning.
  • Scope control: prevents out‑of‑scope “bonus” implementations and alerts when Tech Notes contradict project rules.

Quick Start

Ask the agent to format a new feature using the requirements-format skill.

Frequently Asked Questions about requirements-format

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

FAQPage Schema
How do I format feature specifications for an AI agent?

Format feature specifications by enforcing standardized sections like Overview, Goals, Acceptance Criteria, and optional Tech Notes. This ensures agents receive complete, unambiguous requirements instead of making assumptions during implementation.

Why does my agent implement incomplete requirements or build out of scope?

Agents implement incomplete requirements when specifications lack structure. Using a standardized feature format prevents out-of-scope bonus implementations and alerts you when Tech Notes contradict project rules before planning begins.

What's the best way to clarify business requirements before planning implementation?

The best way to clarify business requirements is grouping business, technical, and scope questions into a structured workflow that waits for your answers before planning. This prevents assumptions during feature drafting.

When do I need a standardized specification format for feature drafting?

You need a standardized specification format during brainstorming, feature drafting, and clarification phases. It validates specification sections and requires agents to read existing feature documents before requesting business clarifications.

Can I use this specification format to validate existing feature docs?

Yes, you can validate existing feature docs by requiring the agent to read .docs/features/*/feature.md files. It checks for complete overviews, goals, acceptance criteria, and flags contradicting Tech Notes against project rules.