context-ledger
v1.0.0Structured product development methodology with traceable evidence, explicit decisions, and constrained spec generation. Forces auditability through semantic IDs, quality gates, and impact-aware updates.
By Synapti AILicense: Apache-2.06 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install context-ledger for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install context-ledger@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/synaptiai/synapti-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/context-ledger/.
Plugin files
├── .claude-plugin/plugin.json├── skills/collecting-evidence/SKILL.md├── skills/generating-constrained-specs/SKILL.md├── skills/initializing-ledger/SKILL.md├── skills/making-decisions/SKILL.md└── skills/synthesizing-pillars/SKILL.md
Included Skills5
Use when researching a specific pillar and need to create traceable evidence objects. Guides creation of YAML evidence files with semantic IDs, confidence scores, and assumptions.
Use when generating PRD and architecture documents that must trace back to explicit decisions. Enforces citation requirements so no spec content exists without DEC-* references.
Use when starting a new product development project that needs traceable evidence and explicit decisions. Creates workspace structure from a project brief.
Use when transforming synthesis insights into explicit decisions with documented trade-offs. Guides interactive decision-making and risk identification.
Use when evidence collection is complete for a pillar and need to extract actionable insights. Transforms raw evidence into structured synthesis with patterns and contradictions identified.
Plugin manifests1
{
"name": "context-ledger",
"version": "1.0.0",
"description": "Structured product development methodology with traceable evidence, explicit decisions, and constrained spec generation. Forces auditability through semantic IDs, quality gates, and impact-aware updates.",
"author": {
"name": "Synapti AI",
"url": "https://github.com/synaptiai"
},
"repository": "https://github.com/synaptiai/synapti-marketplace",
"homepage": "https://github.com/synaptiai/synapti-marketplace/tree/main/plugins/context-ledger",
"license": "Apache-2.0",
"keywords": [
"product-development",
"evidence-based",
"decision-ledger",
"traceability",
"prd",
"architecture",
"risk-management",
"constrained-generation",
"semantic-ids",
"quality-gates"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[context-ledger on Agent Plugins Marketplace](https://pluginsmp.com/plugins/context-ledger)