ワンクリックで
skill-phase-context
Skill loading tiers: TIER 0 (always), TIER 1 (phase-triggered), TIER 2 (extended). Defines when to load which skills.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Skill loading tiers: TIER 0 (always), TIER 1 (phase-triggered), TIER 2 (extended). Defines when to load which skills.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when decomposing tasks into parallel sub-tasks or spawning sub-agents. Vendor-agnostic core; load a per-vendor reference for concrete tool names, directory conventions, and invocation syntax.
Use when performing Verification-Driven Development with adversarial approach. Actively challenge assumptions and find weak spots.
Use when performing VDD adversarial review with an opt-in sarcastic, provocative delivery style — a stylistic skin over vdd-adversarial mechanics (exhaustive reporting + objective bar).
Performance critic in adversarial style (optional sarcastic skin). Part of VDD Multi-Adversarial pipeline.
Use when performing OWASP security critique in adversarial style (optional sarcastic skin). Part of VDD Multi-Adversarial pipeline.
Use when performing security vulnerability assessment (OWASP, secrets, dependencies, IaC, LLM, API, MCP/agentic) or when "thinking like a hacker" to find exploits.
| name | skill-phase-context |
| description | Skill loading tiers: TIER 0 (always), TIER 1 (phase-triggered), TIER 2 (extended). Defines when to load which skills. |
| tier | 2 |
| version | 1.1 |
This skill defines skill loading tiers to optimize token consumption while preserving automation capabilities.
[!IMPORTANT] Single Source of Truth for Skill Loading Strategy. Reference this skill to understand WHEN to load WHICH skills.
[!CAUTION] NEVER lazy-load TIER 0 skills. They enable core automation. These skills MUST be available in EVERY session at bootstrap.
| Skill | Tokens | Why Always Load |
|---|---|---|
core-principles | ~519 | Anti-hallucination rules, Stub-First, Documentation First |
skill-safe-commands | ~927 | Enables automation — mv, ls, git, tests auto-run |
artifact-management | ~636 | Archiving protocol, file management, dual state tracking |
| TOTAL | ~2,082 | Non-negotiable system foundation |
GEMINI.md / .cursorrules)These skills are phase-specific and loaded when entering the corresponding phase.
| Phase | Skills to Load | Approx. Tokens |
|---|---|---|
| Analysis | requirements-analysis, skill-task-model, (skill-archive-task if new task) | ~2,000-2,900 |
| Architecture | architecture-design, (architecture-format-core OR -extended) | ~1,750-3,100 |
| Planning | planning-decision-tree, skill-planning-format, tdd-stub-first | ~1,425 |
| Development | developer-guidelines, documentation-standards | ~1,100 |
| Review | Phase-specific -review-checklist skill | ~300-400 |
| Security | security-audit | ~500 |
| VDD | vdd-adversarial, (adversarial-* per workflow) | ~1,000-2,500 |
Analysis Phase:
requirements-analysis — When 02_analyst activatedskill-task-model — When creating/updating TASK.mdskill-archive-task — When existing TASK.md detected AND new (unrelated) taskArchitecture Phase:
architecture-design — When 04_architect activatedarchitecture-format-core — Default for most updatesarchitecture-format-extended — Load ONLY for:
Planning Phase:
planning-decision-tree — When 06_planner activatedskill-planning-format — When creating PLAN.mdtdd-stub-first — When stub creation startsDevelopment Phase:
developer-guidelines — When 08_developer activateddocumentation-standards — When updating docsReview Phase:
*-review-checklist for the current review typeThese skills are specialized and loaded only when explicitly invoked by user or workflow.
| Skill | Tokens | Loading Condition |
|---|---|---|
architecture-format-extended | ~3,000 | New system / major refactor / user requests full template |
skill-reverse-engineering | ~1,322 | User requests "sync docs with code" / docs-code mismatch |
skill-update-memory | ~1,101 | Post-development phase, .AGENTS.md updates needed |
skill-adversarial-security | ~838 | VDD workflow with security focus |
skill-adversarial-performance | ~946 | VDD workflow with performance focus |
vdd-sarcastic | ~145 | VDD workflow with sarcastic mode |
Agent prompts should:
.gemini/GEMINI.md — TIER 0 at bootstrap.cursorrules — TIER 0 at bootstrap