Your AI coding assistant forgets everything between sessions. TaskWing gives it permanent memory.
Every session with Claude, Cursor, or Copilot:
- Forgets why you chose PostgreSQL over MongoDB
- Suggests Redux when you picked Zustand
- Ignores your file structure and patterns
You waste 10+ minutes re-explaining your architecture.
brew install josephgoksu/tap/taskwing
taskwing bootstrap # Extract decisions, patterns, constraints
taskwing mcp # Expose to AI via MCPYour AI now knows your architecture permanently.
| Without TaskWing | With TaskWing |
|---|---|
| Score: 3.6/10 | Score: 8.0/10 |
| 0% pass rate | 100% pass rate |
+122% better responses. Methodology →
{
"mcpServers": {
"taskwing": {
"command": "taskwing",
"args": ["mcp"]
}
}
}- Decisions: Why PostgreSQL? Why monorepo?
- Patterns: File structure, naming conventions
- Constraints: No .env in prod, deployment rules
All stored locally in .taskwing/memory/. Your code never leaves your machine.
MIT