Plugin Claude Code
Plugin marketplace listing 2 plugins: akka, akka-specify.
Plugin Claude Code
Plugin marketplace listing 2 plugins: akka, akka-specify.
Plugin Claude Code
Complete Akka SDK development workflow — from environment setup to production deployment.
Command
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Command
Build, test, and run the service locally. This is the local development loop — no platform deployment happens here.
Command
Generate a custom checklist for the current feature based on user requirements.
Command
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Command
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Command
Build a container image, push it, and deploy the service to the Akka platform. This is the transition from local development to development on the AAO platform.
Command
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
Command
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
Command
Execute the implementation planning workflow using the plan template to generate design artifacts.
Command
Review implemented code against the spec, plan, and constitution.
Command
Set up a complete Akka SDK development environment from scratch. Installs Java, Maven, Akka CLI, configures tokens, scaffolds a project, and downloads context documentation. Idempotent — safe to rerun for repair/upgrade.
Command
Create or update the feature specification from a natural language feature description.
Command
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
Plugin Claude Code
Complete Akka SDK development workflow — from environment setup to production deployment.
MCP server Claude CodeCodexCursor +2
MCP server "akka" as configured in akka/ai-marketplace. Launched with akka mcp serve --disable-prompt.
Command
Run the in-scope auditors, print the definition-of-done manifest, and return the engine verdict — READYTOSHIP or NOTREADY.
Command
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
Command
Generate or refresh rendered project documentation, then verify it against the content-governance exit-condition family (language, completeness, tone).
Command
Generate project-adapted enterprise-configuration assets (CI, scanning, supply-chain, content) into /harnesses, record them in the lock file, and surface each for approval so the engine can verify them.
Command
Inspect a running service's runtime state — exercise API endpoints, verify internal state via backoffice, and validate the UI via browser. Spec-driven.
Command
Show or switch the project's conformance mode between Enforced and À la carte, within the set the organization allows.
Command
Add or remove resilience testing instrumentation — discovers endpoints at runtime and writes a config file for the daemon-hosted dashboard.