write-spec

Generate structured implementation-ready specs with progress-tracking phases.

214|2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/SanderMuller/laravel-fluent-validation --skill write-spec-sandermuller
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-spec
Source: https://github.com/SanderMuller/laravel-fluent-validation/tree/main/.ai/skills/write-spec
Command: npx skills add https://github.com/SanderMuller/laravel-fluent-validation --skill write-spec-sandermuller

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating detailed, implementation-ready specs for features is time-consuming and error-prone without a structured template.

Core Features & Use Cases

  • Two-format specs (multi-phase and single-phase) to cover complex features and simple changes.
  • Progress tracking with clearly defined phases, tasks, and open questions.
  • Compatibility with implement-spec to ensure seamless handoff to implementation workflows.

Quick Start

Describe the feature name and requirements, and let the skill generate an implementation-ready spec at internal/specs/{feature-name}.md.

Frequently Asked Questions about write-spec

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

FAQPage Schema
How do I generate an implementation-ready feature specification?

To generate an implementation-ready feature specification, provide the feature name and requirements. The system outputs a structured spec at internal/specs/{feature-name}.md with phases, tasks, open questions, and tests.

What is the difference between multi-phase and single-phase specification formats?

Multi-phase specification formats cover complex features requiring detailed progress tracking across stages, while single-phase formats handle simple changes. Both include a standard outline, open questions, findings, and tests.

How do I track progress and milestones in feature planning documentation?

You can track progress and milestones in feature planning documentation by using structured specs with clearly defined phases and tasks. This allows continuous monitoring of open questions and deployment readiness.

Can I use these generated specs for seamless handoff to implementation workflows?

Yes, the generated specs are compatible with implement-spec workflows to ensure seamless handoff to implementation. They provide structured, implementation-ready documentation from discovery to deployment.

What do I need to provide to start writing a structured spec for a new feature?

To start writing a structured spec for a new feature, you only need to describe the feature name and its requirements. No additional dependencies or environment setup tools are required to generate the specification.