Agent skill
aps-documentation
Comprehensive skill for working with Agile Protocol Specification documentation. Automatically activates when creating, editing, or reviewing APS content. Provides templates, naming conventions, and document lifecycle guidance.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/aps-documentation
SKILL.md
APS Documentation Skill
This skill provides comprehensive guidance for working with the Agile Protocol Specification documentation system.
When This Skill Activates
- Creating new documentation chapters or sections
- Editing existing APS content
- Reviewing documents for compliance
- Managing document lifecycle transitions
- Working with metadata-rich filenames
Key Concepts
Document States
Mutable States (open to changes):
- Draft: Initial creation, open for major edits
- Provisional: Temporary acceptance, awaiting full review
- In Review: Under formal review process
Immutable States (locked):
- Accepted: Approved by stakeholders
- Final: Officially complete, archived
Metadata-Rich Naming
Pattern: {Type}_{Version}_{State}_{Date}_{Author}.ext
Examples:
requirements_v1.0.0_draft_2024-03-22_SC.mdarchitecture_v2.1.0_accepted_2024-04-15_Team.md
Templates
New Chapter
# [Chapter Title]
[Introduction explaining purpose]
## [Main Section]
[Content]
## Conclusion
[Key takeaways]
---
Context File
---
module-name: [Name]
version: 1.0.0
description: |
[Purpose and content description]
related-modules:
- name: [Related]
path: ./path/to/module.md
technologies:
- Markdown
- mdBook
conventions:
- Follow APS naming conventions
- Include metadata headers
---
Best Practices
- Structure First: Plan document hierarchy before writing
- Clear Headings: Use descriptive section titles
- Cross-Reference: Link related content
- Context Files: Create for new modules
- Update SUMMARY.md: Add new chapters to navigation
- Build Test: Run
mdbook buildto verify
Resources
- Main SUMMARY:
specification-guide/src/SUMMARY.md - Glossary:
specification-guide/src/appendices/glossary.md - Templates:
specification-guide/src/appendices/templates_examples.md
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?