Agent skill
shape-spec
Research and gather requirements for a new feature spec. Use when you have a feature idea and need to understand scope, gather requirements, and document visuals before writing a spec.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/product/shape-spec
SKILL.md
Shape Spec
Research and define requirements before writing a detailed specification.
When to Use
- You have a feature idea to explore
- Need to gather requirements before implementation
- Want to scope out a roadmap item
Workflow
-
Initialize Spec Directory
amp-os/specs/[feature-name]/ ├── planning/ │ ├── requirements.md │ └── visuals/ -
Research with Oracle
- Call
oracle: "Help me research and scope this feature: [description]" - Include: user goals, constraints, existing patterns
- Call
-
Codebase Analysis
- Use
finderto find related existing code - Identify reusable patterns and components
- Load
amp-os-code-analysisskill for structured analysis
- Use
-
Gather Requirements
- Document user stories
- Define acceptance criteria
- Note technical constraints
- Save to
planning/requirements.mdusing requirements-template.md
-
Collect Visuals
- Add mockups/screenshots to
planning/visuals/
- Add mockups/screenshots to
Resources
- Requirements Template
Amp Tools to Use
oracle- Scope analysis and feasibilityfinder- Find related code patternsRead- Analyze existing implementations
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?