AI AGENT ADDONS
AI & Agent Building
14,199installs

Building a feature from approved plans is easier when the plans stay accurate. This skill helps you implement a feature based on two documents: PRODUCT.md and TECH.md. These specs are checked into the repository under a ticket folder like specs/APP-1234.

You keep the specs and code aligned as you work. All changes go into the same pull request. This makes review simple because the PR shows the feature that will actually ship. Update the specs immediately when decisions change during implementation.

Before starting, make sure the specs are approved. Then plan, code, test, and verify against the specs. Use optional tracking documents only for complex features. The goal is a coherent feature with up-to-date documentation.

Add Implement Specs skill to your workflow

Global

mkdir -p ~/.claude/skills/implement-specs

Project

mkdir -p .claude/skills/implement-specs

Source Repository

Stars
110
Forks
2
Watchers
110
License
MIT
Last Push
25 days ago
Created
2 months ago