Skip to content
@asdecided

As Decided

Build, as decided.

AsDecided

Repository-native decision infrastructure for AI coding agents.

AsDecided keeps human-reviewed engineering decisions beside the code as validated Markdown, retrieves the current records that apply to a task, and connects objective consequences to deterministic checks. Agents receive inspectable authority with stable citations instead of a larger prompt or a model judgement presented as proof.

Product site · Documentation · Canonical sources · Changelog

Start here

brew install asdecided/tap/asdecided-core
decided quickstart
decided validate decisions/
decided gate decisions/ --code --base origin/main

Then connect a coding agent to the read-only MCP server.

Record, retrieve, cite, enforce

  • Record: preserve context, scope, lifecycle, alternatives and consequences in reviewable decision artifacts.
  • Retrieve: resolve current applicable authority deterministically by repository, path or capability.
  • Cite: attach stable decision IDs and source paths to plans, pull requests and review evidence.
  • Enforce: link mechanically checkable consequences to architecture tests, policy and CI without an LLM judge.

Core requires no embeddings, hosted index or model call for retrieval. The same repository state produces the same answer.

Public repositories

Repository Responsibility
core Native decided CLI, validation gates and read-only MCP server
spec Language-neutral decision-artifact contract and compatibility fixtures
ci Decision-aware validation and merge-gate integrations
sentry Deterministic decision enforcement against code changes
sdk Thin language clients over stable engine contracts
connectors Explicit inbound and outbound bridges
benchmarks Reproducible evaluation and scale evidence
proofkeeper Requirement-to-test verification companion

Source boundaries

  • The specification governs the language-neutral artifact contract.
  • The documentation governs current commands and supported behaviour.
  • Public repositories expose implementation evidence.
  • The changelog records dated released behaviour.
  • Notes and Articles explain patterns and trade-offs; they do not override product authority.

The canonical source map gives people, search engines and answer systems one route from a claim to the source that proves it.

Principles

  • Markdown beside the code. Decisions remain portable, diffable and reviewable.
  • Deterministic retrieval. Current scope and lifecycle are resolved without a model call.
  • Read-only serving. Agents retrieve and cite; accepted authority changes through repository review.
  • Truthful enforcement. Mechanical checks prove only the consequences they can inspect.

AsDecided is open source, solo-maintained and supported on a best-effort basis. Start with Core or read the five-minute quickstart.

Pinned Loading

  1. core core Public

    Native deterministic requirements-as-code engine and read-only MCP server.

    Rust 290 9

  2. WayfinderRouter WayfinderRouter Public

    Simple CLI tool for deterministic routing of queries between local and hosted LLM models

    Rust 405 22

Repositories

Showing 10 of 14 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…