Structured AI development framework for Claude Code. Research, plan, and implement workflows with parallel agents, persistent context, and session management. Benefits operations teams by streamlining software development processes.
git clone https://github.com/brilliantconsultingdev/claude-research-plan-implement.gitClaude Research-Plan-Implement is an archived framework that provided structured workflows for AI-assisted software development in Claude Code. The original setup featured research, planning, and implementation agents inspired by HumanLayer's methodology. This repository is no longer maintained; its concepts have evolved into a modern plugin-based skill system available through the teambrilliant marketplace, including dev-skills for development workflows and tap-skills for human-agent team autonomy.
1. **Initialize the session**: Start a new Claude session with `claude --session research-plan-implement` and enable persistent context with `session save` after each major step. 2. **Launch parallel agents**: Use `claude --agents research,planner,implementer` to create specialized agents for each phase. Assign the research agent to gather information while the planner creates the architecture. 3. **Maintain context**: After each phase, use `session summarize` to capture decisions and `session log` to document the rationale behind technical choices. This ensures continuity between phases. 4. **Iterate with feedback**: After implementation, use `claude --review` to analyze the codebase against the original plan. Generate a diff report highlighting deviations and their business impact. 5. **Document outcomes**: Use `session export` to create a final report combining research findings, implementation details, and testing results for stakeholder review. Tip: For complex projects, break the implementation into 2-week sprints with checkpoints at each phase. Use the planner agent to create detailed task breakdowns with estimated hours and dependencies.
Structured software development planning in Claude Code
Multi-agent workflow coordination for research and implementation
Legacy reference for Claude Code automation patterns
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/brilliantconsultingdev/claude-research-plan-implementCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Use the claude-research-plan-implement framework to develop a [PROJECT_NAME] feature for [TECH_STACK]. First, research existing solutions and best practices for [SPECIFIC_TASK] in [RELEVANT_DOMAIN]. Then, create a detailed implementation plan covering architecture, dependencies, and risk mitigation. Finally, implement the feature in a modular way, ensuring test coverage and documentation. Use parallel agents for research and implementation where beneficial. Maintain session context throughout the process and document all decisions in a persistent log.
### Research Phase I analyzed 12 GitHub repositories and 5 technical blogs to identify patterns for implementing real-time data synchronization in Next.js applications. The research revealed that 70% of production-grade solutions use WebSocket-based approaches with Redis pub/sub for scalability. I documented key findings in a research log, including trade-offs between server-sent events and GraphQL subscriptions. The most promising pattern emerged from the Vercel team's experimental real-time dashboard implementation, which uses a hybrid approach with optimistic UI updates and conflict resolution strategies. ### Planning Phase I created a modular architecture with three core components: 1) A WebSocket handler service (300 lines) using the `ws` library with automatic reconnection logic, 2) A Redis adapter layer for pub/sub messaging with exponential backoff, and 3) A client-side SDK (200 lines) with TypeScript type safety and event batching. The implementation plan includes: - Risk mitigation: Circuit breakers for WebSocket failures, fallback to polling every 5s - Testing strategy: Unit tests for core logic, integration tests for WebSocket lifecycle, and load tests simulating 1000 concurrent connections - Rollout plan: Feature flagged deployment with 10% traffic in week 1, gradual ramp to 100% ### Implementation Phase Started parallel implementation with two agents: Agent A handled the WebSocket service and Redis integration, while Agent B focused on the client SDK and UI components. The WebSocket service now handles 99.8% of connections successfully (tested with 5000 concurrent users) with an average message latency of 45ms. The client SDK includes automatic reconnection with jitter (1s-3s delay) and message buffering during outages. All components are documented with JSDoc comments and include comprehensive error handling. The implementation exceeds the original requirements by adding automatic reconnection and message deduplication features not initially specified.
AI assistant built for thoughtful, nuanced conversation
Get more done every day with Microsoft Teams – powered by AI
Automate security compliance and monitor real-time security posture seamlessly.
Automate your spreadsheet tasks with AI power
Agentic AI Workflow platform
Connected workspace for docs, wikis, and projects
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan