From cctd
Initialize .tasks/ directory for CCTD task management. Run once at the start of a project to set up the directory structure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cctd:initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Set up the `.tasks/` directory structure for this project.
Set up the .tasks/ directory structure for this project.
Run: bash {SKILL_DIR}/scripts/init-tasks.sh
Display the result. If already initialized, inform the user.
After successful initialization, display:
✅ .tasks/ ディレクトリを初期化しました。
📖 CCTD クイックスタート:
1. /cctd:spec 要件発見 → ストーリー → タスク分割 → SDD仕様書
2. /cctd:start S001 ストーリーの作業を開始(標準Tasks連携)
3. /cctd:list ストーリー/タスク一覧
4. /cctd:view S001 ストーリーまたはタスクの詳細表示
5. /cctd:web Webビジュアライザ起動
💡 「S001の作業して」のように自然言語でも作業開始できます。
npx claudepluginhub esakat/cctd --plugin cctdInteractively scaffolds TASKS.md by collecting project info, analyzing code (package.json/pyproject.toml), and injecting specialist backend/frontend/security tasks. Use at project start or to organize todos.
Initializes SDD projects via version detection, plugin rebuild if needed, environment verification, tech pack registration, minimal scaffolding, and git setup.
Initializes AI agent task harness with feature backlog (ai/tasks/), configurable TDD enforcement, progress tracking, and ARCHITECTURE.md for agent-foreman or feature-driven development.