
Akka Specify
- 6 repo stars
- Updated August 2, 2026
- akka/ai-marketplace
Deprecated spec-driven development plugin for the Akka SDK; superseded by the unified 'akka' plugin and slated for removal.
About
Akka-specify is a deprecated plugin that handled the spec-driven step of Akka SDK development. The maintainers direct users to the consolidated 'akka' plugin instead, and this one will be removed in a future release. It is retained only for backward compatibility and should not be adopted for new work.
- Deprecated — use 'akka' instead
- Akka SDK spec-driven step
- Scheduled for removal
Akka Specify by the numbers
- Data as of Aug 3, 2026 (Skillselion catalog sync)
/plugin marketplace add akka/ai-marketplace/plugin install akka-specify@akka-ai-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 6 |
|---|---|
| Last updated | August 2, 2026 |
| Repository | akka/ai-marketplace ↗ |
What it does
Deprecated spec-driven development plugin for the Akka SDK; superseded by the unified 'akka' plugin and slated for removal.
README.md
akka-specify Plugin
Complete Akka SDK development workflow — from environment setup to production deployment.
Quick Start
/akka-specify:setup
This single command handles everything: dependency installation, project scaffolding, and configuration.
Workflow
/akka-specify:setup → Environment + project setup (one-time, re-runnable)
/akka-specify:specify → Design your feature (spec)
/akka-specify:clarify → Resolve open questions
/akka-specify:plan → Create implementation plan
/akka-specify:tasks → Break plan into tasks
/akka-specify:implement → Execute tasks
/akka-specify:build → Build, test, run locally
/akka-specify:deploy → Deploy to Akka platform
/akka-specify:review → Review against spec and constitution
Enterprise Support
Place an enterprise.yaml manifest at .akka/enterprise.yaml (project-level), ~/.akka/enterprise.yaml (user-level), or set AKKA_ENTERPRISE_CONFIG_URL to customize:
- Dependency installation methods
- Custom context documentation sources
- Governance rules and constitutions
- SDLC gates and deployment overrides