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

Closed
opened 2026-06-09 18:57:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6686
Author: @SaintPatrck
Created: 3/17/2026
Status: Merged
Merged: 3/27/2026
Merged by: @SaintPatrck

Base: mainHead: cx/android-architect-agent


📝 Commits (1)

  • 66d1677 llm: Add android-architect agent for requirements refinement and planning

📊 Changes

2 files changed (+164 additions, -2 deletions)

View changed files

📝 .claude/CLAUDE.md (+2 -2)
.claude/agents/android-architect/AGENT.md (+162 -0)

📄 Description

🎟️ 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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/6686 **Author:** [@SaintPatrck](https://github.com/SaintPatrck) **Created:** 3/17/2026 **Status:** ✅ Merged **Merged:** 3/27/2026 **Merged by:** [@SaintPatrck](https://github.com/SaintPatrck) **Base:** `main` ← **Head:** `cx/android-architect-agent` --- ### 📝 Commits (1) - [`66d1677`](https://github.com/bitwarden/android/commit/66d1677e756d05d2fbb8b21027c4082e5344e235) llm: Add android-architect agent for requirements refinement and planning ### 📊 Changes **2 files changed** (+164 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.claude/CLAUDE.md` (+2 -2) ➕ `.claude/agents/android-architect/AGENT.md` (+162 -0) </details> ### 📄 Description ## 🎟️ 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-09 18:57:42 -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#120683