build
01ralfstrobel/agentic-brownfield-coding
Command
Mini spec-first development workflow for well-scoped implementation tasks with human in the loop.
40 tagged brownfield, measured the same way as everything else here.
Browse within: agentic-development 34ai-coding-agents 34ci-cd 34code-quality 34
ralfstrobel/agentic-brownfield-coding
Command
Mini spec-first development workflow for well-scoped implementation tasks with human in the loop.
ralfstrobel/agentic-brownfield-coding
Command
Codify implicit codebase knowledge as agent rules.
Command
Per-finding suppression with a typed-category audit trail. The allowlist is dxkit's deliberate escape hatch for findings you can't fix today: false positives, intentional test-fixture patterns, real risks mitigated externally, or work you're deferring with an explicit deadline.
Command
Diff a current scan against a committed baseline and classify each finding as added / relocated / toolingdrift / configdrift / persisted / removed / fixed. Block on net-new regressions per the brownfield policy; exit non-zero so a pre-commit hook, pre-push hook, or CI workflow can stop the commit/push/merge.
Command
Close the debt the deterministic lanes cannot version-bump away: the grandfathered broken build, advisories with no direct upgrade path, the lint backlog, missing tests, missing docs. Each run plans that debt as finite work orders and works them in two tiers: deterministic recipes execute first at $0 (lockfile resync…
Command
Turn an approved spec into a design — blast radius, contract changes, failure handling, rollback.
Command
Read this repository and bootstrap .brownspec/ — conventions.md from the code, plus a policies.md stub for humans.
Command
Interview and write a spec for a change to this codebase, then list the policies it touches.