TaskWing extracts architectural knowledge from your codebase and stores it locally, giving every AI tool instant context via MCP.
Brand names and logos are trademarks of their respective owners; usage here indicates compatibility, not endorsement.
cd your-project
taskwing bootstrapThis creates .taskwing/ and installs AI assistant integration files.
In your AI tool, use the MCP workflow:
/taskwing:plan
This runs clarify -> generate -> activate in one step via MCP.
In your AI tool:
/taskwing:next
When done:
/taskwing:done
Check current status:
/taskwing:context
Use this minimum loop to validate TaskWing end-to-end:
/taskwing:plan <goal>and approve the clarified checkpoint/taskwing:nextand approve the implementation checkpoint- Make a scoped change
/taskwing:donewith fresh verification evidence
If you complete this loop once, your setup is healthy and your assistant workflow is aligned with TaskWing contracts.
taskwing task listRun MCP server when your AI tool needs stdio MCP integration:
taskwing mcpRun TaskWing API/dashboard tooling locally:
taskwing startDefault bind is 127.0.0.1.
taskwing doctor
taskwing config showRepair workflow:
# Apply managed repairs + MCP fixes
taskwing doctor --fix --yes
# Adopt unmanaged TaskWing-like AI files (with backup) and repair
taskwing doctor --fix --adopt-unmanaged --yes --ai claudeBootstrap behavior during drift:
- Managed local drift:
taskwing bootstrapauto-repairs. - Unmanaged drift: bootstrap warns and points to
doctor --fix --adopt-unmanaged. - Global MCP drift: bootstrap warns and points to
doctor --fix.
You can select Bedrock from the interactive config flow:
taskwing configOr configure directly:
llm:
provider: bedrock
model: anthropic.claude-sonnet-4-5-20250929-v1:0
bedrock:
region: us-east-1
apiKeys:
bedrock: ${BEDROCK_API_KEY}Recommended Bedrock model IDs:
anthropic.claude-opus-4-6-v1anthropic.claude-sonnet-4-5-20250929-v1:0amazon.nova-premier-v1:0amazon.nova-pro-v1:0meta.llama4-maverick-17b-instruct-v1:0
taskwing bootstraptaskwing ask "<query>"taskwing tasktaskwing mcptaskwing doctortaskwing configtaskwing start
| Tool | Description |
|---|---|
ask |
Search project knowledge (decisions, patterns, constraints) |
task |
Unified task lifecycle (next, current, start, complete) |
plan |
Plan management (clarify, decompose, expand, generate, finalize, audit) |
code |
Code intelligence (find, search, explain, callers, impact, simplify) |
debug |
Diagnose issues systematically with AI-powered analysis |
remember |
Store knowledge in project memory |