io.github.khaoss85/agent-crm
io.github.khaoss85/agent-crmRead-only docs for the Accordo CRM framework: what it proves, and where it stops.
Tools · 3
Keyword search across this framework's documentation set (README, AGENTS, ARCHITECTURE, PRODUCT, DECISIONS and everything under docs/). Returns the file path, the nearest heading and an excerpt for ea…
Resolve a capability from the claims ledger by id (C-nn), by standing-limitation id (L-nn), or by topic. Every capability is returned together with the evidence that proves it and the limitation that …
Answer "can this framework do X?" against the CRM jobs-to-be-done index. Returns the matching jobs with their status (not supported / partially supported / technically supported / validated end to end…
Resources · 139
Every document this server serves, what it is, and what is deliberately excluded.
docs://index
Every public capability claim bound to the tests that prove it, each paired with the limitation that bounds it, plus the standing limitations of the framework.
docs://claims
The CRM jobs index generated from docs/benchmarks/CRM_JTBD_MATRIX.md, each job carrying one of four statuses. Absent from a checkout until `node scripts/generate-jobs.js` has been run.
docs://jobs
This repository is an agent-native CRM framework. Preserve the separation between deterministic CRM state and AI-assisted development/orchestration.
docs://AGENTS.md
CRM state is deterministic. AI agents interpret the user's intent and compose the system, but state changes pass through services and workflows.
docs://ARCHITECTURE.md
Read `AGENTS.md` first and follow it as the canonical repository guidance.
docs://CLAUDE.md
Thank you for looking. This project has an unusual amount of written-down process for its size,
docs://CONTRIBUTING.md
**Status:** accepted
docs://DECISIONS.md
Read `AGENTS.md` first and follow it as the canonical repository guidance. It is
docs://GEMINI.md
Accordo is a framework that lets a user describe a commercial process to Codex or Claude Code and have the agent safely build, run, inspect and improve a CRM a…
docs://PRODUCT.md
**Build the customer and revenue system your business actually runs.**
docs://README.md
This file is a **pointer, not a ledger.** It used to carry a four-milestone plan
docs://ROADMAP.md
This framework is **local-development-only** and has no production security spine. That is
docs://SECURITY.md
The first unchecked item is the default next task for Codex.
docs://TASKS.md
A **record action** is a lifecycle operation on one record that is more than a
docs://docs/ACTIONS.md
The Admin is a zero-build, dependency-free static app (`apps/admin/public/`) served by the HTTP server at `/`. It has two parts: the handwritten CRM dashboard …
docs://docs/ADMIN.md
Automated tests cover the Admin at the DOM/integration level (real server + real fetch + a fake document) and run in CI. **They do not drive a real browser, an…
docs://docs/ADMIN_SMOKE.md
Accordo is not built for one coding agent. AX1 (`app inspect`) and AX2
docs://docs/AGENT_HARNESS_COMPATIBILITY.md
Base URL: `http://localhost:4000`
docs://docs/API.md
One deterministic document describing the application a project has actually
docs://docs/APPLICATION_INSPECTION.md
The surfaces a coding agent uses to understand, plan and change an Accordo
docs://docs/CODER_TOOLING_ROADMAP.md
Catalog, quotes and discount approval over the B2B starter — local development
docs://docs/COMMERCIAL_OPERATIONS.md
Turning a signed immutable Order into a live commercial state: one Commercial
docs://docs/CONTRACT_ACTIVATION.md
M14b1 recorded what a delivery project **consumed**. M14b2 records what changed
docs://docs/DELIVERY_CHANGE_ACCEPTANCE.md
M13 planned a delivery project. M14a let a human run it. M14b1 records **what
docs://docs/DELIVERY_ECONOMICS.md
Turning the pending Delivery Obligations of an activated contract into a
docs://docs/DELIVERY_HANDOVER.md
node scripts/falsify.js # the fast set — a couple of seconds
docs://docs/FALSIFY.md
Target GitHub owner: `khaoss85`
docs://docs/HANDOVER_CODEX.md
`accordo solution verify <plan.json> --evidence <evidence.json> [--json] [--root dir]` — **DX10**.
docs://docs/IMPLEMENTATION_EVIDENCE.md
“I need this commercial outcome”
docs://docs/JTBD.md
Enrichment, explainable scoring and deterministic routing over the Lead
docs://docs/LEAD_INTELLIGENCE.md
The server uses newline-delimited JSON-RPC over stdio. Diagnostics are written only to stderr.
docs://docs/MCP.md
How a record that already exists — with rows in it — gains a field, a status or
docs://docs/MODULE_EVOLUTION.md
The module factory turns a validated manifest (`docs/MODULE_MANIFEST.md`) into a complete, runnable backend module: readable service code, deterministic migrat…
docs://docs/MODULE_FACTORY.md
A module manifest is a small declarative JSON file that describes one CRM module entity. The framework validates it with precise errors and generates determini…
docs://docs/MODULE_MANIFEST.md
How Claude Code, Codex — or a person — adds a bounded domain to an Accordo
docs://docs/PACKAGE_AUTHORING.md
The single operational snapshot of the repository. Volatile facts — merged
docs://docs/PROJECT_STATUS.md
The review discipline that produced Milestones 6–11 written down as repository
docs://docs/QUALITY_GATES.md
The complete inventory of where the working title lives, grouped by what breaks when it moves.
docs://docs/RENAME_SURFACE.md
**Milestone M16b. ADR-035. Packages: `contracts` (v7) and `lifecycle` (v2).**
docs://docs/RENEWAL_AMENDMENT.md
`npm run repo:truth` · `npm run repo:truth -- --check` — **ADR-039**.
docs://docs/REPOSITORY_TRUTH.md
`accordo scenario run <scenario> [--json] [--root dir]` — **DX6**.
docs://docs/SCENARIO_EVIDENCE.md
The **third** domain package built under ADR-018, and the second that depends on
docs://docs/SERVICE_OPERATIONS.md
Turning an approved Quote Version into a signed commitment and one immutable
docs://docs/SIGNATURE_ORDER.md
A skill is the part of this framework that installs into somebody else's agent.
docs://docs/SKILL_PACKAGING.md
AX1 answers *what has this project actually composed*. This answers the next
docs://docs/SOLUTION_PLAN.md
**Work v1 (ADR-030), the `work` package.** Follow-up work a person must do, and
docs://docs/WORK_TASKS.md
**Status: strategy and proposed policy. Nothing here is implemented.** No tool
docs://docs/architecture/AGENT_TOOL_SURFACE.md
**Nothing in this document is implemented, and nothing in it authorizes an
docs://docs/architecture/EXTRACTION_PREPARATION.md
**Status: accepted target, nothing implemented.** ADR-021 and ADR-022 are
docs://docs/architecture/INTELLIGENCE_PACKAGE_TARGET.md
**Status: assessment and policy. No domain is refactored by the PR that
docs://docs/architecture/LEGACY_ALIGNMENT_MATRIX.md
**Status: protocol and pilot instrument. No product command, MCP tool, runtime or
docs://docs/benchmarks/AGENT_TOOL_SELECTION_PROTOCOL.md
The question this answers, and the only one it answers: **given only the repository, does a clean
docs://docs/benchmarks/CPR_PROTOCOL.md
A validation catalogue of classic CRM jobs-to-be-done, tracking what the framework genuinely supports today. This is **not** a marketing claim: a JTBD is marke…
docs://docs/benchmarks/CRM_JTBD_MATRIX.md
How one operator runs one benchmark prompt, end to end, and what they are allowed
docs://docs/benchmarks/PILOT_PROTOCOL.md
Date: 2026-08-13
docs://docs/benchmarks/TOOL_SELECTION_PILOT_2026-08-13.md
Date: 2026-08-10
docs://docs/benchmarks/URR_PILOT_2026-08-10.md
**Status: design. The contracts marked *shipped* exist in the public repository
docs://docs/editions/CLOUD_INTEGRATION_CONTRACT.md
**Status: boundary definition. Nothing here is implemented, and this document
docs://docs/editions/MANAGED_CLOUD_EDITION.md
**Status: boundary definition. This document moves nothing and changes no
docs://docs/editions/OPEN_SOURCE_EDITION.md
The boundary is decided in [`REPOSITORY_BOUNDARY.md`](REPOSITORY_BOUNDARY.md).
docs://docs/editions/PRIVATE_REPOSITORY_MIGRATION.md
What may live in the public repository, how public claims stay sourced from it,
docs://docs/editions/PUBLIC_ARTIFACT_POLICY.md
**Status: design only. This phase moves nothing.** No private repository was
docs://docs/editions/REPOSITORY_BOUNDARY.md
The second legacy domain to leave `packages/core`, on the pattern the Lead
docs://docs/evidence/commercial-extraction.md
**What this is.** The rails an agent actually used to move a legacy domain into
docs://docs/evidence/lead-intelligence-extraction.md
Root `AGENTS.md`, `docs/QUALITY_GATES.md`, ADRs and Accordo rails are authoritative. This file only narrows how to use the desired-state catalog.
docs://docs/jtbd/AGENTS.md
**HISTORICAL V1.0 SNAPSHOT — NOT CANONICAL FOR CATALOGUE V1.1.** Current desired-state records, autonomy and approval boundaries are defined only by `catalog/j…
docs://docs/jtbd/MASTER.md
Catalogue v1.1 ratifies `L3 => human_approval_required = true`. The machine-readable approval-boundary review evaluates every affected record's canonical job, …
docs://docs/jtbd/NORMALIZATION_V1_1.md
`node scripts/jtbd-gate.js` · `--write` · `--reverify` · `--json`
docs://docs/jtbd/PORTFOLIO_ALIGNMENT.md
Machine-readable form: `PUBLIC_PRIVATE.json`, checked by `scripts/jtbd-gate.js`
docs://docs/jtbd/PUBLIC_PRIVATE.md
Catalog version `2026-08-21.1`: **30 personas · 600 JTBD · 225 capabilities · 10 end-to-end scenarios**.
docs://docs/jtbd/README.md
Machine-readable form: `matrix_crosswalk.json`. Checked by `scripts/jtbd-gate.js`.
docs://docs/jtbd/coverage/MATRIX_CROSSWALK.md
`docs/jtbd/AGENTS.md` and `docs/jtbd/README.md` both send a Phase D reader here before an
docs://docs/jtbd/coverage/STATUS_CROSSWALK.md
You are auditing an agentic CRM repository against a desired-state catalog.
docs://docs/jtbd/prompts/01_repo_coverage_audit.md
- `docs/jtbd/catalog/jtbd.jsonl`
docs://docs/jtbd/prompts/02_gap_to_roadmap.md
Input JTBD ID: `<ACC-JTBD-...>`
docs://docs/jtbd/prompts/03_jtbd_to_spec.md
Compare Accordo with selected products without relying on memory or vendor slogans.
docs://docs/jtbd/prompts/04_competitor_benchmark.md
Select a persona, a set of JTBD IDs or an end-to-end scenario from `data/e2e_scenarios.json`.
docs://docs/jtbd/prompts/05_simulate_lifecycle.md
Audit of the **semantic quality of the catalogue records themselves**: how the
docs://docs/jtbd/quality/SEMANTIC_QUALITY_FINDINGS.md
`VALIDATION_OK`
docs://docs/jtbd/quality_report.md
Each approved non-candidate owner receives a separate Markdown review here. The canonical gate
docs://docs/jtbd/reviews/ownership/README.md
Machine-readable authority: `assignments.jsonl`. Published projection:
docs://docs/jtbd/roadmap/OWNERSHIP.md
Original submission packet, sent 2026-08-26. Current states were reconciled on
docs://docs/marketing/AWESOME_LIST_SUBMISSIONS.md
Accordo distinguishes **engineering benchmarks** (runtime correctness or performance), **agent benchmarks** (an agent/model executing a controlled build), **pr…
docs://docs/marketing/BENCHMARK_ARCHITECTURE.md
What may be said in public about an Edition L run, and what may not. This is a
docs://docs/marketing/BENCHMARK_PUBLICATION.md
Reconciled 2026-09-07. This is the current content queue; the durable method is
docs://docs/marketing/CONTENT_PILLARS.md
`CONTENT_PILLARS.md` says **what** we write and in what order. `ORGANIC_GROWTH.md`
docs://docs/marketing/CONTENT_PRODUCTION.md
Every public claim this project made and then had to withdraw or narrow, with the commit that
docs://docs/marketing/CORRECTIONS.md
`vercel.json` builds the dependency-free static site with `npm run site:check` and serves `site/dist`. The same build regenerates HTML, strategic Markdown, ret…
docs://docs/marketing/DEPLOYMENT.md
Hand this to a designer who has no access to the repository. Everything needed
docs://docs/marketing/DESIGN_BRIEF.md
Reconciled 2026-09-07. The August namespace, repository-opening and first-deploy
docs://docs/marketing/FOUNDER_CHECKLIST.md
Everything the repository's public surface needs, written out so applying it is mechanical.
docs://docs/marketing/GITHUB_LISTING.md
Copy for the two launch channels, written now so that it is written carefully rather
docs://docs/marketing/LAUNCH_PACKET.md
**Historical check: 2026-08-07.** Availability results below are archived research,
docs://docs/marketing/NAME_VERIFICATION.md
The fifteen hardest things a sceptical developer says, and the answer in the project's own
docs://docs/marketing/OBJECTIONS.md
Decision queue reconciled 2026-09-07. This file tracks decisions and external
docs://docs/marketing/PENDING_HUMAN_SUBMISSION.md
Initial repository HEAD was `82371d28509e3c8c7e8c857a30cf68d671f95563`. During final integration PR #119 merged as `cc2a1a6d9e8641af579ee0c486c5435907278ad6`; …
docs://docs/marketing/RECONCILIATION_AUDIT_2026-08-24.md
The articles a retrieval step reads when someone asks "best open source CRM",
docs://docs/marketing/ROUNDUP_OUTREACH.md
This is the contract for accordo.dev. `scripts/site-build.js` implements it and `scripts/site-check.js` enforces the claim, linking, indexing and stale-negativ…
docs://docs/marketing/SITE_ARCHITECTURE.md
I am building Accordo, an open-source framework that coding agents use to build
docs://docs/marketing/drafts/2026-08-09-indie-hackers-refusal-surface.md
Research checked **2026-09-09**. This is a dated evidence supplement to
docs://docs/strategy/AGENTIC_CRM_RESEARCH_2026_09.md
Status: product and architecture planning only. This document does not claim implementation or JTBD coverage.
docs://docs/strategy/AGENTIC_WORKFORCE_ROADMAP.md
**Status: public product specification, not an available managed offer.** This repository does not implement the Cloud control plane. Private platform and pilo…
docs://docs/strategy/AGENT_CRM_CLOUD.md
How this framework becomes discoverable — and, where possible, recommendable — in the channels where coding agents and their users decide what to build with. R…
docs://docs/strategy/AGENT_DISCOVERY.md
`AGENT_DISCOVERY.md` answers *which channels exist and how they work*. This document answers a
docs://docs/strategy/AGENT_RECOMMENDATION.md
**Status: product strategy and roadmap only. Nothing in this document is implemented.** No semantic model, metric definition, dataset, report, dashboard, widge…
docs://docs/strategy/ANALYTICS_STUDIO.md
The current name is a working title, and it fails as a public brand on every axis that matters for this strategy:
docs://docs/strategy/BRAND_REQUIREMENTS.md
**Status: product strategy only. Nothing in this document is implemented.** No campaign, proposal, audience, suppression, journey, enrolment, content asset, la…
docs://docs/strategy/CAMPAIGNS_JOURNEYS.md
Durable positioning for Accordo. Read [MASTER_PLAN.md](MASTER_PLAN.md) first.
docs://docs/strategy/CATEGORY.md
Operator and builder jobs for the optional managed layer. `AGENT_CRM_CLOUD.md`
docs://docs/strategy/CLOUD_JTBD.md
**Status: canonical decision rule.** This document does not describe a feature.
docs://docs/strategy/CODING_AGENT_DX_NORTH_STAR.md
Research date: **August 20, 2026** for every row and paragraph marked *(re-checked 2026-08-20)*; **August 4, 2026** for everything else, which was **not** re-v…
docs://docs/strategy/COMPETITOR_MAP.md
**Historical design baseline, scoped on 2026-09-07.** The specification and
docs://docs/strategy/CONTRACT_SUBSCRIPTION_RENEWAL.md
A public, reproducible benchmark measuring whether a coding agent can turn a CRM brief into a working, deployed CRM using this framework — and how it compares …
docs://docs/strategy/CRM_BUILD_BENCHMARK.md
**Historical design baseline, scoped on 2026-09-07.** The specification and
docs://docs/strategy/CUSTOMER_REVENUE_OS_ROADMAP.md
**Historical design baseline, scoped on 2026-09-07.** The specification and
docs://docs/strategy/DATA_GOVERNANCE.md
**Status: product strategy and roadmap only. Nothing in this document is implemented.** No delivery project, milestone, partner engagement, time tracking, chan…
docs://docs/strategy/DELIVERY_SERVICE.md
**Status: design only. The generated Admin exists; none of the design pipeline
docs://docs/strategy/DESIGN_TO_CRM.md
Dated receipt register, reconciled 2026-09-07. `GO_TO_MARKET.md` owns priorities;
docs://docs/strategy/DISTRIBUTION_SUBMISSIONS.md
Phased path from the current vertical slice to the public, agent-recommended CRM framework. Every phase lists: outcome, deliverables, dependencies, acceptance …
docs://docs/strategy/EXECUTION_ROADMAP.md
**Status: product strategy only. Nothing in this document is implemented.** No experiment, variant, control group, holdout, assignment, media plan, funnel defi…
docs://docs/strategy/EXPERIMENTATION_ATTRIBUTION.md
An outside assessment of how well this framework serves a coding agent (Claude Code,
docs://docs/strategy/EXTERNAL_REVIEW.md
**Status:** strategy and architecture planning only.
docs://docs/strategy/FACTORY_ACCORDO_INTEGRATION_ROADMAP.md
Operating plan reconciled 2026-09-07; positioning and copy extended 2026-09-09.
docs://docs/strategy/GO_TO_MARKET.md
Reconciled 2026-09-07 against framework source and executable authorities. This
docs://docs/strategy/GTM_TECHNICAL_EVIDENCE_HANDOFF.md
Status: product and architecture planning only. This document does not claim implementation, Cloud availability, provider integrations, or JTBD coverage. Curre…
docs://docs/strategy/GUIDED_ONBOARDING_AND_VERTICAL_BLUEPRINTS.md
**Historical design baseline, scoped on 2026-09-07.** The specification and
docs://docs/strategy/INTEGRATION_RUNTIME.md
**Historical design baseline, scoped on 2026-09-07.** The specification and
docs://docs/strategy/JOBS_AND_OUTBOX.md
**Status: product strategy and roadmap only. Nothing in this document is implemented.** No campaign, audience, journey, experiment, content asset, landing page…
docs://docs/strategy/MARKETING_GROWTH_OPERATIONS.md
The canonical entry point to the strategy. Read this first; follow the links for depth. For implementation work, `ARCHITECTURE.md` and `DECISIONS.md` remain th…
docs://docs/strategy/MASTER_PLAN.md
What Medusa did to become the default open-source commerce framework for JavaScript developers, what of it transfers to an agent-native CRM framework, and what…
docs://docs/strategy/MEDUSA_PLAYBOOK.md
A user opens Claude Code or Codex and provides three inputs: a CRM brief in natural language, a description of one or more business processes, and a design ref…
docs://docs/strategy/NORTH_STAR_EXPERIENCE.md
**Status: North Star and design. The end-to-end experience is not implemented.** Parts of it work today — package and capability discovery, custom package auth…
docs://docs/strategy/OBJECTIVE_DRIVEN_AGENT_EXPERIENCE.md
**Status: a worked design, not a transcript of something that ran.** Parts of the solution below are buildable today; the analytics and campaign parts are not,…
docs://docs/strategy/OBJECTIVE_DRIVEN_FUNNEL_EXAMPLE.md
Growth built only on real product assets: working code, reproducible builds, honest benchmarks. No paid acquisition, no inflated claims, no content that a main…
docs://docs/strategy/ORGANIC_GROWTH.md
**Historical design baseline, scoped on 2026-09-07.** The specification and
docs://docs/strategy/PLATFORM_ALIGNMENT_GATE.md
One bounded vocabulary shared by every kind of module: **handwritten core
docs://docs/strategy/PLATFORM_CAPABILITIES.md
The complete map from **what a user asks their coding agent** to **the artifact
docs://docs/strategy/RECOMMENDATION_MAP.md
**Status: product strategy and roadmap only. Nothing in this document is implemented.** No enrichment provider, scoring model, routing policy, product catalog,…
docs://docs/strategy/REVENUE_OPERATIONS.md
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.khaoss85/agent-crm": {
"url": "https://accordo.dev/api/mcp",
"transport": "streamable-http"
}
}
}