External Integrations

May 16, 2026 · View on GitHub

Community-maintained examples that extend TAKT without modifying its core. They are not officially supported by TAKT, and inclusion in this list is not an endorsement — please review each project's license, dependencies, and security posture before adopting it.

To add an integration here, open a PR with a one-line description and a link to a public repository.

Methodology Kits

Bundles that implement a software development methodology on top of TAKT — pre-built pieces, facets, and helper scripts installable in one command.

IntegrationDescription
j5ik2o/takt-sddSpec-Driven Development (SDD) methodology for TAKT. Provides pieces for Requirements → Gap Analysis → Design → Tasks → Implementation → Validation, plus an OpenSpec-style change-proposal flow. Leans on TAKT's phase gates, output contracts, and review loops so that a well-defined spec translates into faithful execution — phases cannot be silently skipped and deviations are routed back to fix. Provider-agnostic (Claude / Codex). Install via npx create-takt-sdd.

Audit Trail / Receipt Signing

IntegrationDescription
ScopeBlind/examples/takt-workflow-receiptsAdds Ed25519-signed receipts and Cedar policy enforcement via an MCP server declared in mcp_servers. Receipts sit alongside TAKT's NDJSON logs and can be verified offline. No TAKT core changes required.