Skip to content

llm: Add android-architect agent for requirements refinement and planning#6686

Draft
SaintPatrck wants to merge 1 commit intomainfrom
cx/android-architect-agent
Draft

llm: Add android-architect agent for requirements refinement and planning#6686
SaintPatrck wants to merge 1 commit intomainfrom
cx/android-architect-agent

Conversation

@SaintPatrck
Copy link
Contributor

🎟️ Tracking

No Jira ticket — internal Claude Code tooling improvement.

📔 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 the refining-android-requirements and planning-android-implementation skills via the /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 read-only tools — it never writes source code, only the plan document
  • Produces a standardized implementation plan with refined requirements, architecture design, phased task breakdown, file manifest, and handoff notes for the implementer

…ning

Introduces a dedicated Claude Code agent that handles requirements gap
analysis and phased implementation planning before any code is written.
Pairs with the existing android-implementer agent to provide a complete
plan-then-implement workflow via /plan-android-work.
@SaintPatrck SaintPatrck added the ai-review Request a Claude code review label Mar 17, 2026
@github-actions github-actions bot added the t:llm Change Type - LLM related change (e.g. CLAUDE.md files) label Mar 17, 2026
@claude
Copy link
Contributor

claude bot commented Mar 17, 2026

Claude encountered an error —— View job


I'll analyze this and get back to you.

@github-actions
Copy link
Contributor

Logo
Checkmarx One – Scan Summary & Details2a8b39ad-0bd6-4c68-a9e9-8c76ecec56cb

Great job! No new security vulnerabilities introduced in this pull request

@codecov
Copy link

codecov bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.71%. Comparing base (ec3c900) to head (d25de6f).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6686      +/-   ##
==========================================
- Coverage   85.76%   85.71%   -0.05%     
==========================================
  Files         805      938     +133     
  Lines       57316    59687    +2371     
  Branches     8349     8427      +78     
==========================================
+ Hits        49158    51162    +2004     
- Misses       5244     5576     +332     
- Partials     2914     2949      +35     
Flag Coverage Δ
app-data 17.92% <ø> (+0.27%) ⬆️
app-ui-auth-tools 21.11% <ø> (+0.29%) ⬆️
app-ui-platform 15.74% <ø> (+0.67%) ⬆️
app-ui-vault 26.51% <ø> (+0.65%) ⬆️
authenticator 6.60% <ø> (-0.01%) ⬇️
lib-core-network-bridge 4.27% <ø> (+<0.01%) ⬆️
lib-data-ui 0.95% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai-review Request a Claude code review t:llm Change Type - LLM related change (e.g. CLAUDE.md files)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant