init-docs Skill
Verify and create SDD Framework documentation templates (feature spec, migration spec, envisioning, ADR templates). Use when initializing a project or checking if documentation templates are up to date. Do not use for configuration files (use init-config) or community files (use init-scaffold). Published by microsoft in devsquad-copilot.
What is init-docs Skill?
Verify and create SDD Framework documentation templates (feature spec, migration spec, envisioning, ADR templates). Use when initializing a project or checking if documentation templates are up to date. Do not use for configuration files (use init-config) or community files (use init-scaffold). Published by microsoft in devsquad-copilot. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use init-docs Skill
- Use it for documentation.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/devsquad-copilot
- Skill file: .github/plugins/devsquad/skills/init-docs/SKILL.md
What it does
Verify and create SDD Framework documentation templates (feature spec, migration spec, envisioning, ADR templates). Use when initializing a project or checking if documentation templates are up to date. Do not use for configuration files (use init-config) or community files (use init-scaffold).
Skill instructions
Init Docs Manage 4 SDD Framework documentation templates. Managed Files | File | Purpose | |------|---------| | docs/features/TEMPLATE.md | Feature specification template | | docs/migrations/TEMPLATE.md | Migration specification template | | docs/envisioning/TEMPLATE.md | Envisioning document template | | docs/architecture/decisions/ADR-TEMPLATE.md | Architecture Decision Record template | Important Constraints NEVER create, copy, or recreate files under .github/plugins/. The plugin folder is managed externally. If sdd-init.sh cannot be located via the discovery snippet below, inform the user to install/update the plugin. Locating sdd-init.sh The plugin can be installed in several locations (workspace, runtime env vars, ~/.vscode/agent-plugins/..., ~/.copilot/agent-plugins/...). Use the locate-sdd-init.sh helper to resolve the absolute path of sdd-init.sh once, then reuse it in every subsequent command. The discovery snippet: bash for h in \ .github/plugins/devsquad/hooks/locate-sdd-in
Explore related resources
Frequently asked questions
What is init-docs?
init-docs is a open-source AI agent skill with Copy skill directory. Verify and create SDD Framework documentation templates (feature spec, migration spec, envisioning, ADR templates). Use when initializing a project or checking if documentation templates are up to date.
Who is init-docs best for?
init-docs is best for reusing agent instructions, scripts, and references, documentation workflows.
How do I install init-docs?
Install or run init-docs using Copy skill directory. Check init-docs for the latest setup command.
Is init-docs actively maintained?
init-docs may need a closer maintenance check before production use.
Auto-fetched from GitHub.