ワンクリックで
sdd-explore
Режим исследования идей, проблем, требований. Нелинейный, применим на любой фазе.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Режим исследования идей, проблем, требований. Нелинейный, применим на любой фазе.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate and run check artifacts for a spec. Self-sufficient: MCP preflight, 2-agent generation, автоматически по всем Requirements, auto state transition.
Реализовать задачи из tasks.md текущего change'а с встроенной L1/L2/L3 верификацией. Читает test-plan.md как контекст. Обновляет .sdd-state.yaml на каждом подшаге. Обновляет openspec/specs/index.yaml для новых capabilities (только при verify-ok).
Update dev: namespace to latest version from awesome-claude. Checks dependencies and updates them if needed.
Create a well-structured git commit following project conventions. Analyzes staged and unstaged changes, drafts a detailed commit message with What/Why/Details sections, and commits. Auto-detects task ID format from git history.
Bug fixer: traces root cause via /tracing (analysis only), then fixes via /tdd (test-first implementation). Combines incident analysis with TDD-driven repair. Use when: something is broken, a feature doesn't work, or a bug needs fixing.
Initialize a DDD monorepo with backend (FastAPI, SQLAlchemy, multi-BC architecture) and frontend (React 19, Vite, TypeScript) packages. Scaffolds full project structure: root orchestration (Makefile, docker-compose), backend with one bounded context (domain entity, repository, use case, infra repo, routes, schemas), frontend with API client, router, UI kit seed, and test infrastructure for both (pytest 6-type strategy, vitest, architecture tests). Ready to `make check` after generation.
| name | sdd:explore |
| description | Режим исследования идей, проблем, требований. Нелинейный, применим на любой фазе. |
Preflight — проверь наличие openspec через Bash tool:
which openspec > /dev/null 2>&1 || echo "NOTFOUND"
Если вывод содержит NOTFOUND — запиши error-лог через Bash tool, затем остановись с сообщением:
openspec not found. Install: npm install -g @openspec/cli
TS=$(date +%Y%m%dT%H%M%S)
mkdir -p ".logs/explore"
cat > ".logs/explore/explore-${TS}-error.md" << 'EOF'
---
skill: sdd:explore
timestamp: <TS>
---
## Errors
- **step:** preflight — openspec check
**what:** openspec not found in PATH
**why:** openspec CLI is required but not installed
**reproduce:** which openspec
EOF
Вызови скилл opsx:explore через Skill tool. Передай аргументы: $ARGUMENTS