Katastasi
100% local · no login · open source

Onboard onto any feature in one command

Paste a Jira epic or Confluence page and Katastasi builds the whole dev-ready pack — system design, database changes, ordered tasks, tests and ready-to-run curls — right on your machine. Nothing is uploaded anywhere.

npx katastasi webcopy
opens http://localhost:8799 in your browser · your data stays in your repo
1 · CONNECTcreds → local .env
2 · SOURCEpaste a Jira/Confluence URL
3 · SELECTconfirm what's discovered
4 · DOWNLOADpull as markdown
5 · DESIGNAI: diagram + DB + tasks
6 · SYNCstatus ⇄ Jira / GitHub

Why teams use it

Local-first, no SaaS

A tiny server runs on the developer's PC. Credentials live in a local .env; requirements and tasks are markdown in the repo. No accounts, no upload.

Deep discovery

Paste one epic — it pulls the child issues, related Confluence pages, and anything linked in the descriptions, for you to confirm.

System design + DB changes

An end-to-end data-flow diagram, plus an enumerated list of every migration the feature needs in production.

Tasks a junior can run

Dependency-ordered tasks with the code, Jira and Confluence context inline — plus tests and ready-made curls to verify.

Two-way sync, never lost

Reconcile tasks with Jira/GitHub issues 3-way; conflicting edits are flagged, never overwritten.

Agent-native

An MCP server + drop-in Claude/Copilot skills (katastasi init-skills) so your AI tools drive every step.

Get started

You'll need an Atlassian API token (for Jira/Confluence) and an AI key (OpenAI or a GitHub token) for the design step. Then:

npx katastasi web

Prefer the source? git clone https://github.com/openmindednewby/katastasi then npm start. Full setup: SOURCES_SETUP.md.