gobenpark/colign
AI-powered Spec-Driven Development (SDD) workflow platform for collaborative spec writing
Platform-specific configuration:
{
"mcpServers": {
"colign": {
"command": "npx",
"args": [
"-y",
"colign"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/gobenpark/colign/actions/workflows/ci.yml) [](LICENSE) [](https://go.dev) [](https://nextjs.org) [](CONTRIBUTING.md)
AI vibe coding has made individual developers incredibly productive. Claude Code, Cursor, Copilot — there are already powerful tools for writing code on your own.
But real software is never built alone.
Working in a team means aligning on "what to build" before writing any code. You gather requirements, discuss specs, define acceptance criteria, get reviews, and only then start implementing. Most AI development tools don't address this upstream collaboration — the discussion, alignment, and spec writing that happens before code.
That's where Colign comes in.
AI that writes code already exists. Colign makes sure your team is looking at the same thing before the code gets written.
# Start all services (API + DB + Redis)
docker-compose up --build
# Run frontend (separate terminal)
cd web && npm install && npm run devOpen http://localhost:3000 to access the app.
# Generate proto (Go + TypeScript)
cd proto && buf generate
# Run API server locally
go run ./cmd/api
# Run tests
go test ./...This p
Loading reviews...