Skip to content

akka/akka

v2.9.0Apache-2.0

Complete Akka SDK development workflow — from environment setup to production deployment

analyze

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

build

Build, test, and run the service locally. This is the local development loop — no platform deployment happens here.

checklist

Generate a custom checklist for the current feature based on user requirements.

clarify

Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.

conform

Run the in-scope auditors, print the definition-of-done manifest, and return the engine verdict — READY_TO_SHIP or NOT_READY.

constitution

Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.

converge

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.

deploy

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.

docs

Generate or refresh rendered project documentation, then verify it against the content-governance exit-condition family (language, completeness, tone).

harnesses

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.

implement

Execute the implementation plan by processing and executing all tasks defined in tasks.md

inspect

Inspect a running service's runtime state — exercise API endpoints, verify internal state via backoffice, and validate the UI via browser. Spec-driven.

issues

Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.

mode

Show or switch the project's conformance mode between Enforced and À la carte, within the set the organization allows.

plan

Execute the implementation planning workflow using the plan template to generate design artifacts.

reliability

Add or remove resilience testing instrumentation — discovers endpoints at runtime and writes a config file for the daemon-hosted dashboard.

review

Review implemented code for Akka SDK best practices, and optionally against spec, plan, and constitution.

setup

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.

ship

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.

specify

Create or update the feature specification from a natural language feature description.

status

Show a read-only rollup of the definition of done — every exit condition with its state, properties, and open reason — without running any auditor.

tasks

Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.