llm: Add plan-android-work command and planning skills#6597
llm: Add plan-android-work command and planning skills#6597SaintPatrck merged 5 commits intomainfrom
Conversation
|
Claude finished @SaintPatrck's task in 6m 43s —— View job Re-Review Complete
Previous feedback addressed:
Current state assessment: Clean. The four files are internally consistent, the workflow phases are logically ordered, skill cross-references are correct, and the CLAUDE.md restructuring properly renumbers the skill list. The gap analysis rubric in One minor note (not worth an inline comment): No new findings. This looks good to merge. |
|
Great job! No new security vulnerabilities introduced in this pull request |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6597 +/- ##
=======================================
Coverage 85.89% 85.89%
=======================================
Files 803 803
Lines 57198 57198
Branches 8270 8270
=======================================
Hits 49130 49130
Misses 5195 5195
Partials 2873 2873
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f44ec74 to
3153521
Compare
22b813b to
028ebad
Compare
Adds a pre-implementation planning workflow that pairs with /work-on-android. The new /plan-android-work command guides through requirements refinement and architecture planning before implementation begins. New artifacts: - plan-android-work command (4-phase: Ingest, Refine, Plan, Finalize) - refining-android-requirements skill (gap analysis and structured specs) - planning-android-implementation skill (architecture and phased planning)
Adds missing rubric items for product flavors, data layer tiers, streaming vs discrete data, sensitive ViewModel state, SDK crypto isolation, F-Droid compatibility, Managers, test fixtures, and process death verification. Updates architecture diagram to show three-tier data layer with Manager tier.
028ebad to
f491cfd
Compare
|
Thanks @david-livefront and @theMickster |

🎟️ Tracking
Internal tooling improvement — Claude Code planning workflow infrastructure.
📔 Objective
Adds a pre-implementation planning workflow that pairs with
/work-on-android. The new/plan-android-workcommand guides through requirements refinement and architecture planning before implementation begins.New artifacts:
plan-android-workcommand — 4-phase guided workflow (Ingest → Refine → Plan → Finalize) that takes Jira tickets, Confluence pages, or free-text descriptions and produces a design document saved to.claude/outputs/plans/refining-android-requirementsskill — 5-category gap analysis rubric (Functional, Technical, Security, UX, Cross-cutting) covering product flavors, data layer tiers, streaming vs discrete data, sensitive ViewModel state, SDK crypto context isolation, and F-Droid compatibility. Includes blocking/non-blocking question classification and structured spec output (FR, TR, SR, UX numbered IDs)planning-android-implementationskill — 6-step architecture planning (Classify → Explore → Architecture → Files → Phases → Risk) with three-tier data layer diagram (Screen → ViewModel → Repository → Manager → DataSource), pattern anchors, file inventory guidance (Navigation, Module, Test files), phased task breakdown with co-located tests, and process death verificationCLAUDE.md update:
/plan-android-workand/work-on-android