All notable changes to the Hyperdrive DCF framework will be documented in this file.
The format is based on Keep a Changelog.
/plan-deploymentcommand — direct-path analog of/prepare-poc-promo. GeneratesDEPLOYMENT.mdat project root: a vendor-agnostic deployment & environment decision template (DEP/DATA/AUTH/SEC/INT/OPSgaps with<!-- REQUIRED -->placeholders, pre-filled where project documents already decide, optional read-only platform verification). Always surfaces the dev run mode decision: fully local / cloud / hybrid. Runs after/generate-architecture, before/generate-modules; hard-fails on POC-path projects. Initially authored as/prepare-deployment; renamed before release — the step plans deployment upfront, before modules exist, rather than preparing an imminent deploy.deployment-gap-analyzer-agent— scans PRD/architecture/data-model/TECHSTACK for unanswered environment-coupled decisions (no POC required).e2e-test-agent— headless-browser E2E verification (mandatory for UI systems; API/CLI journeys otherwise) against the running dev environment. Module scope (render + primary interaction per screen) and full scope (≤10 user journeys persisted undertests/e2e/)./generate-codeStep 0.5 "Environment Bootstrap" — provisions/verifies the dev environment perDEPLOYMENT.md's dev run mode (dev-scoped only, idempotent), writes dev config, checks connectivity, and logs totracking/env-setup.md./generate-codeStep 3.5 "E2E Functional Gate" (blocking) — headless-browser journeys against the running dev app with a command-orchestrated fix loop; cloud mode additionally deploys the dev build and re-verifies.
/generate-codeis now the direct path's orchestrator: environment bootstrap → per-module implementation with L1/smoke (+ per-module headless check for UI modules) against the real dev environment → L2 → blocking E2E gate → finalize. Ends with the app RUNNING in the chosen dev mode;CONFIG_GUIDE.mdbecomes the as-built record + production walkthrough./generate-modulesand/generate-coderequire a completedDEPLOYMENT.md(no unfilled<!-- REQUIREDmarkers) and consume its decisions — module specs and code are generated for a known target environment instead of environment-blind./setup-envis POC-path-only again — the direct path has no separate environment-setup step.- Test gates: E2E functional gate added as blocking on the direct path (max 10 journeys,
tests/e2e/); smoke runs against the bootstrapped dev environment.
/deploy-moduleplaceholder command anddeploy-config-agentplaceholder — superseded byDEPLOYMENT.md+/generate-code's dev bootstrap; production deployment will be a future/deploy-to-prodcommand.
- Core DCF workflow:
/generate-prd,/generate-architecture,/generate-modules,/generate-code,/deploy-module - POC workflow:
/generate-poc,/modify-poc,/sync-prd - Maintenance command:
/update-tracking - Agent configurations: code-review, deploy-config, L1/L2 test, smoke-test, and more
- Project rules for structure enforcement
- Template files for
OVERVIEW.md,PRD.md, andTECHSTACK.md - MIT license
- Contributing guidelines