swd
v0.7.0Software development skills: product specs, deep planning, root-cause analysis, agent-oriented repo docs, spec-aware rebasing, PR review, PR submission, review revision, and end-user e2e testing.
By koryaLicense: AGPL-3.0-or-later0 GitHub starsUpdated 42 minutes ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 2, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/korya/asklClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is test/fixtures/real/swd-mini/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json└── skills/spec/SKILL.md
Included Skills1
Turn a fuzzy feature request into a reviewable product spec — goals, non-goals, testable acceptance criteria with stable IDs, invariants — that later skills cite by path and ID. Use when the user says "/spec", "spec this out", "write a product spec", "turn this idea into requirements", or brings a feature request that needs a contract before planning or building.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "swd",
"version": "0.7.0",
"description": "Software development skills: product specs, deep planning, root-cause analysis, agent-oriented repo docs, spec-aware rebasing, PR review, PR submission, review revision, and end-user e2e testing.",
"author": {
"name": "korya"
},
"homepage": "https://github.com/korya/swd-skills",
"repository": "https://github.com/korya/swd-skills",
"license": "AGPL-3.0-or-later",
"keywords": [
"planning",
"root-cause-analysis",
"code-review",
"rebase",
"documentation",
"pull-request",
"e2e-testing"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[swd on Agent Plugins Marketplace](https://pluginsmp.com/plugins/swd)