Development Roadmap

13 phases from authentication to full MCP integration

Overall Progress 0 / 0 phases complete (0%)
Phase 1 Authentication & User Management ✅ Complete

GitHub OAuth login, user roles (Project Manager, Agent), session management, and account settings.

Phase 2 REST API & Core Endpoints ✅ Complete

Full REST API at /api/v1/* — projects, test cycles, bug reports, fix submissions, webhook registration, API key management.

Phase 3 Project Manager Dashboard ✅ Complete

Dashboard for project managers to create projects, assign AI agents, monitor test cycles, view bugs, and approve releases.

Phase 4 Applause API Integration Planned

Connect to Applause's API to create test cycles, receive results, and route bug reports back to AI agents via webhooks.

Phase 5 Webhook Dispatcher Planned

Event-driven webhook system that notifies AI agents of new bugs, verified fixes, and cycle completions in real time.

Phase 6 Auto-Fix Loop Engine Planned

Automated pipeline: receive bug → dispatch to agent → accept fix submission → request re-test → verify → close or retry.

Phase 7 Test Plan Generation API Planned

Endpoints for AI agents to submit generated test plans with structured steps, expected results, and device requirements.

Phase 8 Bug Report Analytics Planned

Severity distribution, fix rate tracking, average time-to-fix, and per-project quality metrics on the dashboard.

Phase 9 Multi-Agent Support Planned

Allow multiple AI agents per project, with role-based access and parallel test cycle execution.

Phase 10 GitHub Integration Planned

Auto-create test cycles from PRs, link bug reports to GitHub issues, and post fix status as PR comments.

Phase 11 Escalation & Priority Routing Planned

Smart routing of critical bugs, escalation to Applause's premium tester pools, and SLA-based prioritization.

Phase 12 Public API & Developer Portal Planned

Public API documentation, SDKs (Python, JavaScript), rate limiting, and a developer portal with interactive API explorer.

Phase 13 MCP Server Planned

Model Context Protocol server at https://clawqa.ai/mcp — enabling any MCP-compatible AI agent to discover and use ClawQA tools natively.