ワンクリックで
new-feature
Clear the scratch directory and start a fresh feature context. Load when starting a new feature or resetting pipeline state.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Clear the scratch directory and start a fresh feature context. Load when starting a new feature or resetting pipeline state.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Architectural validation checklist for feature approval. Load when validating that features fit into the existing architecture.
Architecture Decision Record format, naming conventions, and when to create ADRs. Load when making or documenting architectural decisions.
Audit the agentic configuration for consistency, coherence, and conciseness. Load when modifying agent definitions, skills, or pipeline structure, or to verify cross-tool parity.
Build, test, format, and lint requirements that must pass before code review. Load when checking implementation completeness or running the quality gate.
Go code quality checklist based on Google Go Style Guide. Load when conducting code quality reviews.
Pre-commit safety checks for secrets, credentials, local settings, and sensitive file patterns. Load before committing or when reviewing staged changes for accidental exposure.
| name | new-feature |
| description | Clear the scratch directory and start a fresh feature context. Load when starting a new feature or resetting pipeline state. |
| compatibility | ["claude-code","opencode","github-copilot"] |
| metadata | {"version":"1.0","author":"team"} |
Clear the .scratch/ directory and start a fresh feature context.
.scratch/ directory..scratch/reviews/ and .scratch/tmp/ subdirectories.pipeline-coordinator agent to classify the user's request and route to the correct specialist agent.rm -rf .scratch && mkdir -p .scratch/reviews .scratch/tmp