Lightweight records of architecture decisions, with retroactive enablement for existing projects.
An ADR captures one architecture decision: the context, the choice, the alternatives, and the consequences. prdwise treats ADRs as opt-in — you turn them on per project, and you can backfill them retroactively for existing work.
A short markdown file per decision, stored in your project. The create-adr workflow walks the agent through drafting one. The retroactive variant lets you write ADRs after the fact for decisions that are already in the code.
Follow docs/enable-adrs.md to add ADR support to your project. Once enabled, use the create-adr workflow whenever a decision warrants one. Retroactive ADRs use the same workflow with the framing flipped: you describe the decision already made and reconstruct the context.
create-adr.mddocs/enable-adrs.md