スキル一覧に戻る
seanchatmangpt

aps-documentation

by seanchatmangpt

The Agile Protocol Specification (APS), provides a comprehensive suite of tools, documentation, CLIs, platforms, and resources to support the implementation and evolution of agile practices across organizations. This repository serves as the definitive source for APS standards, best practices, and an ecosystem for agile development.

3🍴 0📅 2025年12月28日
GitHubで見るManusで実行

SKILL.md


name: aps-documentation description: | 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. allowed-tools:

  • Read
  • Write
  • Edit
  • Glob
  • Grep

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.md
  • architecture_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

  1. Structure First: Plan document hierarchy before writing
  2. Clear Headings: Use descriptive section titles
  3. Cross-Reference: Link related content
  4. Context Files: Create for new modules
  5. Update SUMMARY.md: Add new chapters to navigation
  6. Build Test: Run mdbook build to verify

Resources

  • Main SUMMARY: specification-guide/src/SUMMARY.md
  • Glossary: specification-guide/src/appendices/glossary.md
  • Templates: specification-guide/src/appendices/templates_examples.md

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です