Documentation index

July 19, 2026 · View on GitHub

Entry: README · Shipped scope: MVP.md · Direction: DIRECTION.md


Layout

LocationUse
docs/*.mdFlat files only — one topic per file
docs/decisions/ADRs (why X, what we deferred)
docs/examples/Templates for registration / harness — not auto-loaded

Naming: MVP.md (shipped) · PRD_* (proposed) · *_REQUIREMENTS / *_STRATEGY / *_WORKAROUND (domain)

Rule: One owner per fact. MCP tools & agent behavior → MVP only. Others link.


Core (read these)

DocRole
DIRECTION.mdCross-product direction (agent_deck + agent-dealer), locked decisions, roadmap
MVP.mdShipped product — bound deck, vault, playbooks, MCP tools
SETUP.mdInstall, ports, data dirs, dashboard tour
ARCHITECTURE.mdComponents, SQLite, secret storage
DEVELOPMENT.mdClone, test, contribute
TESTING.mdFE / BE / MCP / CLI test map + integration scenarios
LEARNING_LOOP_TEST_SCENARIOS.mdManual QA — proposal queue, stubs, self-improvement
AGENT_HARNESS.mdWhat agent-deck setup installs
PLAYBOOKS_AND_SKILLS.mdPlaybooks vs Cursor skills
MONOREPO_SCOPE.mdSession binding in monorepos
PUBLISHING.mdnpm release, distribution
CODEX_PLUGIN.mdCodex / Claude / HOL marketplace packaging

Proposed features

DocTopic
PRD_EXPORT_IMPORT.mdBundle migration
PRD_DECK_DISPLAY.mdStatus line / deck visibility
decisions/installation-no-bypass.mdSetup so agents use MCP playbooks

OAuth & providers

DocRole
OAUTH_AND_HOSTING.mdRedirect URIs, local vs hosted
OAUTH_REQUIREMENTS.mdProduct OAuth requirements
MCP_INTEGRATION_STRATEGY.mdTiers, deferred work
MCP_TOOL_OPTIMIZATION.mdProposed MCP tool surface reduction (link/unlink design)
SLACK_OAUTH_APP.mdMaintainer Slack app
SLACK_READ_WORKAROUND.mdSlack read without official MCP
GOOGLE_DRIVE_WORKAROUND.mdLocal Google Drive MCP
decisions/slack-oauth-stytch-deferred.mdStytch broker ADR

Examples

PathPurpose
examples/playbooks/Sample playbook bodies
examples/agent-harness/Harness templates for setup

Maintenance

  1. Shipped behavior changesMVP.md (+ SETUP.md / README if user-visible)
  2. New featurePRD_* until merged into MVP
  3. Non-obvious decisiondocs/decisions/
  4. No new top-level file without removing or merging an old one

Removed 2026-06-30 (content absorbed above): INTEGRATION.md, USER_GUIDE.md, FRONTEND_INTEGRATION_PLAN.md.