A modular Software Development Engineering toolkit for GitHub Copilot and Claude Code.
./.specify/docs/index.mdis the primary engineering context. ThisREADME.mdstays intentionally short and points there for the detailed architecture, operations, and decisions.
specify-sde keeps reusable engineering references in references/, utility skills in skills/, and thin runtime adapters in .github/, agents/, and plugin.json. Engineering workflow skills (discovery, define, delivery, debug, review, docs-sync) live in the companion plugin specify-engineer.
- Read
./.specify/docs/index.mdfor the current architecture and operating model. - Review
.github/copilot-instructions.mdfor shared workspace rules. - Explore
references/andskills/before changing adapters or docs. - Use the relevant agent (
reviewer,debugger,backend-architect, etc.) or skill (review-triage,stack-list, etc.).
| Skill | Use when |
|---|---|
review-triage |
Triage and prioritize review findings |
review-topic-triage |
Triage review findings by topic |
stack-list |
List active references and adapters |
stack-enable |
Enable a reference or adapter |
stack-disable |
Disable a reference or adapter |
| Path | Purpose |
|---|---|
references/ |
Shared engineering references |
skills/ |
Utility workflow skills |
.github/ |
GitHub Copilot adapters |
agents/ |
Claude compatibility adapters |
./.specify/docs/ |
Canonical derived engineering context |
./.specify/docs/index.md./.specify/docs/architecture.md./.specify/docs/operations.md./.specify/docs/decisions/
claude plugin marketplace add /Users/odenirgomes/.claude/plugins/marketplaces/local
claude plugin install specify-sde@local
claude plugin listKeep the managed block derived and high-signal. Detailed rules, architecture, and stack notes belong in ./.specify/docs/ and .github/copilot-instructions.md.