Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Arete-Consortium/ai-skills --skill planコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Intelligent CI failure diagnosis and guided remediation for GitHub Actions, GitLab CI, and local builds
Pre-execution mapping of codebases, document collections, or problem spaces. Runs BEFORE any Gorgon workflow to give all agents shared situational awareness
Investigative methodology for analyzing document collections — provenance analysis, anomaly detection, redaction detection, and cross-document validation
SKILL.md を表示中
| name | plan |
| description | Implementation Planning |
| lifecycle | experimental |
Create structured implementation plans with task breakdown, dependencies, and risk assessment.
/plan <feature or task description>
# Implementation Plan: [Feature Name]
## Overview
Brief description of what we're building and why.
## Deliverables
- [ ] Deliverable 1
- [ ] Deliverable 2
## Tasks
### Phase 1: [Phase Name]
| Task | Description | Dependencies | Risk |
|------|-------------|--------------|------|
| 1.1 | Task desc | None | Low |
| 1.2 | Task desc | 1.1 | Med |
### Phase 2: [Phase Name]
...
## Risks & Mitigations
| Risk | Impact | Likelihood | Mitigation |
|------|--------|------------|------------|
| Risk 1 | High | Medium | Strategy |
## Open Questions
- Question needing clarification?
## Definition of Done
- [ ] All tasks completed
- [ ] Tests passing
- [ ] Documentation updated
When /plan is invoked: