Agent skill

spec-file-manager

Manage specification files. Use when creating, reading, updating, or listing spec files. Triggers on requests like "create spec", "update spec", "list specs", or "show spec status".

Stars 3
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/yaakaito/env/tree/main/cc-plugins/spec/skills/spec-file-manager

SKILL.md

Spec File Manager

Manages specification files in a configurable directory.

Storage Location

Directory Detection

Search for spec directory in this order:

  1. specs/
  2. .specs/
  3. docs/specs/
  4. .dev-plans/

If none found, ask user which directory to create.

Override

Directory can be specified explicitly via command argument:

/spec:create-md docs/specifications

File Naming Convention

YYYY-MM-DD-{slug}.md
  • Date prefix: Creation date in ISO format (e.g., 2025-01-22)
  • Slug: Kebab-case, English only, max 20 characters
  • Extension: Always .md

Examples:

  • 2025-01-22-user-auth.md
  • 2025-01-22-api-pagination.md

Structure

Flat structure. No subdirectories.

Operations

Create

  1. Detect or receive target directory
  2. Generate filename with today's date and slug
  3. Copy template from assets/spec-template.md
  4. Save to target directory

List

List all .md files in spec directory sorted by date (newest first).

Update

Edit existing spec file in spec directory.

Delete

Remove spec file from spec directory.

Template

See assets/spec-template.md for the specification file template.

Expand your agent's capabilities with these related and highly-rated skills.

yaakaito/env

adr-writer

Skill for creating and editing Architecture Decision Records (ADRs). Use when requests involve "create ADR", "record architecture decision", or "document design decisions". Supports creating new ADRs, updating existing ADRs, and reviewing ADR format.

3 0
Explore
yaakaito/env

github-workflow

Write and edit GitHub Actions workflow files. Use when creating new workflows, editing existing .github/workflows/*.yml files, or setting up CI/CD pipelines. Triggers on requests like "create a workflow", "add GitHub Actions", "set up CI", or "edit the workflow file".

3 0
Explore
yaakaito/env

github-pr-unresolved-review-fetcher

Fetch unresolved PR review comments from GitHub. Use when working with pull request reviews, addressing review feedback, or checking outstanding review comments on a PR. Triggers on requests like "get PR reviews", "fetch review comments", "show unresolved comments", or "what feedback is pending on this PR".

3 0
Explore
yaakaito/env

github-workflow-fixer

Analyze and fix GitHub Actions workflow failures. Use when workflows fail, CI/CD issues occur, or when debugging GitHub Actions runs. Triggers on requests like "fix workflow", "why did the build fail", "check CI status", "debug GitHub Actions", or "workflow failed".

3 0
Explore
yaakaito/env

codex-review

Codex CLI を使って現在のコード変更を5つの観点(セキュリティ・パフォーマンス・バグ・テスト・アーキテクチャ)から並列レビューし、指摘に基づいてコードを修正するスキル。ユーザーが「codex でレビュー」「codex review」「コードレビューして」「レビュー実行」「codex にレビューさせて」「変更をチェック」などと言った場合や、コード品質チェック・多角的なレビューを求められた場合に使用する。明示的に codex に言及していなくても、包括的なコードレビューを求められたらこのスキルの使用を検討すること。

3 0
Explore
yaakaito/env

research

Research a topic using WebSearch based on the current context. Use when the user needs best practices, external guidance, or wants to investigate approaches. Triggers on "research", "search best practices", "find examples".

3 0
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results