sddp-init
Initializes SDD project governance by bootstrapping configuration and delegating to sub-agents.
Install
mkdir -p .claude/skills/sddp-init && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12482" && unzip -o skill.zip -d .claude/skills/sddp-init && rm skill.zipInstalls to .claude/skills/sddp-init
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Initialize SDD project governance (project instructions and configuration)Key capabilities
- →Bootstrap SDD project configuration
- →Delegate technical research to `sddp-technical-researcher`
- →Delegate configuration auditing to `sddp-configuration-auditor`
- →Report compact progress at major milestones
- →Follow workflow defined in `.github/skills/init-project/SKILL.md`
How it works
The skill initializes SDD project governance by following a predefined workflow, delegating specific tasks like technical research and configuration auditing to specialized sub-agents.
Inputs & outputs
When to use sddp-init
- →Bootstrap new projects
- →Set up project governance
- →Initialize project settings
About this skill
You are starting a project initialization workflow. Your sole purpose is to bootstrap the SDD project configuration. Disregard any prior context from this conversation. Focus exclusively on project setup.
Load and follow the workflow in .github/skills/init-project/SKILL.md.
When the workflow says Delegate, use the Task tool to invoke the corresponding sub-agent:
- Delegate: Technical Researcher → delegate to
sddp-technical-researcher - Delegate: Configuration Auditor → delegate to
sddp-configuration-auditor
Report compact progress at each major milestone — done, issues, next.
When not to use it
- →When the goal is not project initialization
- →When prior context from the conversation needs to be considered
- →When not following the workflow in `.github/skills/init-project/SKILL.md`
Limitations
- →Sole purpose is to bootstrap SDD project configuration
- →Disregards any prior context from the conversation
- →Must follow the workflow in `.github/skills/init-project/SKILL.md`
How it compares
This skill automates the structured initialization of project governance and delegates specialized tasks, which is more efficient and consistent than manual setup.
Compared to similar skills
sddp-init side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| sddp-init (this skill) | 0 | 3mo | No flags | Beginner |
| trello | 41 | 2mo | Review | Beginner |
| executing-plans | 6 | 3mo | No flags | Intermediate |
| github-project-management | 4 | 6mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
trello
openclaw
Manage Trello boards, lists, and cards via the Trello REST API.
executing-plans
obra
Use when you have a written implementation plan to execute in a separate session with review checkpoints
github-project-management
ruvnet
Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
project-clickup
incidentfox
ClickUp project management integration for incident tracking and task management
coo-advisor
alirezarezvani
Operations leadership for scaling companies. Process design, OKR execution, operational cadence, and scaling playbooks. Use when designing operations, setting up OKRs, building processes, scaling teams, analyzing bottlenecks, planning operational cadence, or when user mentions COO, operations, process improvement, OKRs, scaling, operational efficiency, or execution.
tlc-spec-driven
tech-leads-club
Project and feature planning with 4 phases - Specify, Design, Tasks, Implement+Validate. Creates atomic tasks with verification criteria and maintains persistent memory across sessions. Stack-agnostic. Use when: (1) Starting new projects (initialize vision, goals, roadmap), (2) Working with existing codebases (map stack, architecture, conventions), (3) Planning features (requirements, design, task breakdown), (4) Implementing with verification, (5) Tracking decisions/blockers across sessions, (6) Pausing/resuming work. Triggers on "initialize project", "map codebase", "specify feature", "design", "tasks", "implement", "pause work", "resume work".