aosp-plan

Coordinate parallel investigators and Codex lanes to generate evidence-backed AOSP plans.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/INNERJOINT/HarnessSkills --skill aosp-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aosp-plan
Source: https://github.com/INNERJOINT/HarnessSkills/tree/main/skills/aosp-plan
Command: npx skills add https://github.com/INNERJOINT/HarnessSkills --skill aosp-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates comprehensive, investigation-driven planning for AOSP projects by coordinating parallel investigators, facet decomposition, and optional Codex augmentation to produce a concrete, evidence-backed plan.

Core Features & Use Cases

  • Investigation decomposition into independent facets to target different AOSP subsystems (framework, HAL, kernel, etc.)
  • Parallel spawning of investigative subagents with a cap of 5, plus optional Codex lanes for enhanced insights
  • Synthesis and plan generation saved to .omc/plans/, with automatic dedup and conflict resolution

Quick Start

Ask the AOSP plan skill to generate a comprehensive investigation plan for your AOSP query.

Frequently Asked Questions about aosp-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is parallel investigation for AOSP planning?

AOSP planning with parallel investigation decomposes an Android Open Source Project query into independent facets, spawning multiple subagents to explore subsystems like framework, HAL, or kernel simultaneously to produce an evidence-backed plan.

How do I generate an investigation plan for an Android Open Source Project change?

To generate an AOSP investigation plan, submit your query to the skill. It decomposes the request into subsystem facets, spawns up to five parallel investigators, synthesizes findings with deduplication and conflict resolution, and saves the plan under .omc/plans/.

Can I use Codex to augment parallel code search during AOSP investigations?

Yes, you can use optional Codex lanes to augment parallel code search during AOSP investigations. The skill deploys these lanes alongside investigative subagents to provide enhanced insights for the final synthesized plan.

Does AOSP planning support concurrent investigations across different subsystems?

AOSP planning supports concurrent investigations across different subsystems by decomposing queries into independent facets. It enforces an agent cap of five to coordinate these parallel investigators and validate their findings.

What are the limitations of parallel AOSP investigations?

A key limitation of parallel AOSP investigations is the strict agent cap of five concurrent investigators. Additionally, the skill requires tool checks before spawning and only saves synthesized artifacts to the .omc/plans/ directory.