map-feature-scope

Decompose a broad feature into bounded sub-features with entry points.

4|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/lespaceman/athena-workflow-marketplace --skill map-feature-scope
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: map-feature-scope
Source: https://github.com/lespaceman/athena-workflow-marketplace/tree/main/plugins/app-exploration/skills/map-feature-scope
Command: npx skills add https://github.com/lespaceman/athena-workflow-marketplace --skill map-feature-scope

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly map a broad product feature into concrete sub-features before deep exploration begins. Use when a requested feature may span multiple routes, tabs, overlays, roles, or primary interactive surfaces and the agent needs to identify bounded exploration units, shared state, and blockers before spawning parallel browser subagents. This skill owns e2e-plan/feature-map.md; it does not produce the final deep exploration evidence, coverage plan, or test specs.

Core Features & Use Cases

  • Bounded scope discovery: identify main surfaces, routes, and entry points to set exploration boundaries.
  • Sub-feature decomposition: propose candidate sub-features with entry points and dependencies to enable parallel tasks.
  • Paralleled exploration readiness: generate a plan scaffold for downstream browser subagents to run in parallel.

Quick Start

Provide a target URL and feature scope to generate a feature map for bounded exploration.

Frequently Asked Questions about map-feature-scope

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

FAQPage Schema
How do I decompose a broad product feature into parallel tasks?

Feature scope decomposition breaks a broad feature into bounded sub-features by identifying main surfaces, routes, and entry points to enable parallel exploration. You provide a target URL and feature description to generate a feature map and an e2e-plan outline.

When do I need to map feature scope before deep exploration?

You need feature scope mapping when a requested feature spans multiple routes, tabs, overlays, roles, or primary interactive surfaces. It identifies bounded exploration units, shared state, and blockers before spawning parallel browser subagents.

How do I generate an e2e-plan outline for parallel browser subagents?

To generate an e2e-plan outline, provide a target URL and feature scope. The skill maps the feature into bounded sub-features with entry points and dependencies, creating a plan scaffold for downstream browser subagents to run in parallel.

What are the limitations of feature scope decomposition?

Feature scope decomposition only produces the feature map and e2e-plan outline; it does not generate the final deep exploration evidence, coverage plan, or test specs. It strictly identifies surfaces, blockers, and shared state for downstream tasks.

Can I use scope decomposition for features spanning multiple roles and routes?

Yes, scope decomposition applies directly to features spanning routes, tabs, overlays, and roles. It identifies candidate sub-features with entry points and dependencies to set exploration boundaries for parallel execution.

Does feature scope decomposition produce the final test specs?

No, feature scope decomposition does not produce final deep exploration evidence, coverage plans, or test specs. It only generates a plan scaffold and feature map to prepare downstream browser subagents for parallel exploration.