con un clic
update-spec
Reviews and updates specification documents. Use when specs need revision.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Reviews and updates specification documents. Use when specs need revision.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Manage academic references in CSL-JSON format. Add papers by DOI/PMID/ISBN/arXiv, search and list references, generate citations, manage full-text PDFs, and check for retractions.
Analyzes ROADMAP and implements tasks in parallel with automatic orchestration. Use when starting implementation work.
Reviews a GitHub PR by checking CI status, running tests, and posting review. Always reports findings to user. Use when reviewing PRs or when the user says "review PR".
Cleans up completed phases in ROADMAP, moving relevant info to CHANGELOG or specs.
Implements a task locally (without worktree) following TDD with IPC status reporting. Use when working on a task in an existing branch.
Implements a task from spec/tasks in a git worktree following TDD. Use when working on a specific task by keyword.
| name | update-spec |
| description | Reviews and updates specification documents. Use when specs need revision. |
specを全体的に見直し必要な修正があるか検討します。specは開発用AIのための文書で、spec/_index.mdを起点とします。開発は、仕様を検討しspecを更新,技術選定が必要であればそれをを行いADRに記録、TDDで実装しやすいよう依存の少ないものから順に実装できるような計画を作成しROADMAPに詳細なタスクリストとして記録、roadmapに沿った開発、ドキュメントの更新という流れです。specは、余分なコンテキストを消費しないように英語で記述し、ファイルを分割し作業に必要な部分を選んで読み込めるようにします。また、実コードは例示に必要な最小限のものとし、コードを参照すれば分かる部分はspecには記載しずにコードにコメントとして記述することで、バージョンアップによるコードとの乖離を予防します。