[PR #6686] [PM-34107] llm: Add android-architect agent #12929

Closed
opened 2026-04-11 03:53:55 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/bitwarden/android/pull/6686

State: closed
Merged: Yes


🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-34107

📔 Objective

Adds a new android-architect Claude Code agent that handles the planning phases of Android development before any code is written. It runs requirements gap analysis and produces a structured, phased implementation plan ready to hand off to the existing android-implementer agent.

The agent:

  • Invokes Skill(refining-android-requirements) and Skill(planning-android-implementation) via the Skill(plan-android-work) workflow
  • Explores the codebase via sub-agents to ground plans in real existing patterns
  • Can fetch Jira ticket context via the Bitwarden Atlassian MCP server (when installed)
  • Has Write/Edit tools scoped to saving the implementation plan document only — it never writes source code
  • Produces a standardized implementation plan with refined requirements, architecture design, phased task breakdown, file manifest, and handoff notes for the implementer

Also updates CLAUDE.md to reference both the android-architect and android-implementer agents in the quick start workflow, and normalizes all skill references to use the Skill(skill-name) format for clarity.

**Original Pull Request:** https://github.com/bitwarden/android/pull/6686 **State:** closed **Merged:** Yes --- ## 🎟️ Tracking https://bitwarden.atlassian.net/browse/PM-34107 ## 📔 Objective Adds a new `android-architect` Claude Code agent that handles the planning phases of Android development before any code is written. It runs requirements gap analysis and produces a structured, phased implementation plan ready to hand off to the existing `android-implementer` agent. The agent: - Invokes `Skill(refining-android-requirements)` and `Skill(planning-android-implementation)` via the `Skill(plan-android-work)` workflow - Explores the codebase via sub-agents to ground plans in real existing patterns - Can fetch Jira ticket context via the Bitwarden Atlassian MCP server (when installed) - Has `Write`/`Edit` tools scoped to saving the implementation plan document only — it never writes source code - Produces a standardized implementation plan with refined requirements, architecture design, phased task breakdown, file manifest, and handoff notes for the implementer Also updates `CLAUDE.md` to reference both the `android-architect` and `android-implementer` agents in the quick start workflow, and normalizes all skill references to use the `Skill(skill-name)` format for clarity.
GiteaMirror added the pull-request label 2026-04-11 03:53:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#12929