Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.87 KB

File metadata and controls

23 lines (14 loc) · 1.87 KB

External Integrations

日本語

This page is a catalog of community-built third-party integrations. For the official GitHub/GitLab integration, see Configuration and CI/CD.

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 workflows, facets, and helper scripts installable in one command.

Integration Description
j5ik2o/takt-sdd Spec-Driven Development (SDD) methodology for TAKT. Provides workflows 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

Integration Description
ScopeBlind/examples/takt-workflow-receipts Adds Ed25519-signed receipts and Cedar policy enforcement via an MCP server declared in a step's mcp_servers (the transport must first be allowed through the workflow_mcp_servers config policy). Receipts sit alongside TAKT's NDJSON logs and can be verified offline. No TAKT core changes required.