akka/akka
Complete Akka SDK development workflow — from environment setup to production deployment
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Build, test, and run the service locally. This is the local development loop — no platform deployment happens here.
Generate a custom checklist for the current feature based on user requirements.
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Run the in-scope auditors, print the definition-of-done manifest, and return the engine verdict — READY_TO_SHIP or NOT_READY.
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
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.
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.
Generate or refresh rendered project documentation, then verify it against the content-governance exit-condition family (language, completeness, tone).
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.
Execute the implementation plan by processing and executing all tasks defined in tasks.md
Inspect a running service's runtime state — exercise API endpoints, verify internal state via backoffice, and validate the UI via browser. Spec-driven.
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
Show or switch the project's conformance mode between Enforced and À la carte, within the set the organization allows.
Execute the implementation planning workflow using the plan template to generate design artifacts.
Add or remove resilience testing instrumentation — discovers endpoints at runtime and writes a config file for the daemon-hosted dashboard.
Review implemented code for Akka SDK best practices, and optionally against spec, plan, and constitution.
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.
Run the auditors for every exit condition in scope for the requested ship target (review or release), and on pass run the ship steps the organization declared for that target.
Create or update the feature specification from a natural language feature description.
Show a read-only rollup of the definition of done — every exit condition with its state, properties, and open reason — without running any auditor.
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.