aico-pm-story-acceptance
Verify and close stories after frontend/backend tasks are completed. Check ALL related task files, update story acceptance criteria checkboxes. UNIQUE VALUE: Ensures BOTH frontend AND backend tasks are verified before closing story. Prevents premature story closure. Use this skill when: - Frontend or backend notifies "task completed, please verify" - User asks to "verify story", "accept story", "close story", "mark story done" - Need to check if a story can be marked as complete - User asks "is story X done?", "can we close story X?" CRITICAL: Must check BOTH frontend tasks (docs/reference/frontend/tasks/) AND backend tasks (docs/reference/backend/tasks/) before closing. Output: Update story file checkboxes from `- [ ]` to `- [x]`
nfr-promote-ready
BacklogのIdeaを、実装着手可能なNFR(Ready)として docs/nfr/NNN_topic/nfr.md に昇格し、docs/nfr/INDEX.md を更新する。実装は行わず、ドキュメント作成と索引更新のみを行う。Use when the user wants to promote a backlog NFR idea to Ready status for implementation.
diagram-maker
Create state machine diagrams of existing components to map out all code paths and verify system understanding. Use when analyzing user flows, authentication, multi-step processes, or any stateful logic to ensure comprehensive coverage of all transitions, edge cases, and error paths.
workflow-phase-convention
全ワークフローで一貫したPhase番号体系、承認ゲート規約、最大リトライ回数の標準を定義
chronista-style
Chronistaとして活動するための包括的スキルセット。永続記憶、開発フロー、ドキュメント管理、インフラを統合。
ux-friction
Use when animation causes user confusion, delays task completion, or creates frustration
task-breakdown
Break complex features into delegatable tasks with clear ownership and dependencies. Use for feature planning phase.
action-gate
Decide and take action when blockers appear. Use when tools are missing, installs are required, or the user expects proactive execution to complete the task.
filter-skill
Filter tasks by priority, status, tags, due dates, and other criteria. Use when implementing filtering functionality.
workflows-plan
This skill should be used when transforming feature descriptions, bug reports, or improvement ideas into well-structured project plans following project conventions and best practices.
fvtt-combat
This skill should be used when working with the Combat tracker, Combatant documents, initiative rolling and sorting, turn/round management, or implementing combat hooks like combatStart, combatTurn, and combatRound.
roadmap-scopecraft
Builds a full-scope product roadmap for an existing project by scanning PRDs in /docs, extracting legacy tasks, and creating a comprehensive plan to move from MVP/early release to the next major stage.
subagent-driven-development
Use when executing implementation plans with independent tasks in the current session
moai-security-compliance
Enterprise Skill for advanced development
spec-kit-workflow
Spec-Driven Development workflow using VibesPro conventions
task-executor
执行 task-breakdown 创建的子任务。 从任务清单文件中读取并执行 waiting 或 failed 状态的子任务,执行完成后更新状态。 当用户需要执行项目路径 .claude/tasks/ 中的任务清单时使用该 skill。
product-qa
Quality assurance for product delivery. Use when verifying features, creating test plans, or assessing release readiness.
integration-window-planner
规划集成窗口位置和验证策略。当需要在Phase之间或SubPlan之间安排集成窗口、定义集成验证策略、生成集成清单(API契约/数据流/E2E测试)时使用。主要用于L2/L3项目。
interview-skill
Deep-dive technical discovery and requirement gathering before coding. Use when a task is broad, ambiguous, or requires architectural decisions.