existing-solution-map
description: Produce existingsolutionmap.md to ground task generation in the current repo.'
npx skills add majiayu000/claude-skill-registry --skill existing-solution-map --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- description: Produce existing_solution_map.md to ground task generation in the current repo. argument-hint: "<IDEA_ID> [--epic EPIC-00X]" --- # Existing Solution Map — Agent Instructions ## Invocation - `/existing-solution-map <IDEA_ID> [--epic EPIC-00X]` Where: - `IDEA_REF = $ARGUMENTS` (single token; no spaces) - Optional `--epic EPIC-00X` narrows the map to one epic’s features. If missing, STOP. --- ## Resolve IDEA_ID (required) Before using any paths: - Call `vf.resolve_idea_id` with `idea_ref = $ARGUMENTS` - Store returned `idea_id` as `IDEA_ID` --- ## Goal Create an actionable map of “what already exists†in the repo for this idea (or for one epic), so that downstream task generation can be extension-oriented and avoid duplicate subsystems. This artifact is treated as a required input for task generation. --- ## Canonical paths (repo-relative) Inputs (required): - `docs/forge/ideas/<IDEA_ID>/latest/concept_summary.md` - `docs/forge/ideas/<IDEA_ID>/latest/features_backlog.md` (preferred) or `latest/features.md` (fallback) Optional inputs: - `docs/forge/ideas/<IDEA_ID>/latest/epics_backlog.md` (to resolve epic→feature grouping) - `docs/forge/ideas/<IDEA_ID>/latest
- Invocation
- Resolve IDEAID (required)
- Goal
- Canonical paths (repo-relative)
- Method (generic, reuse-first)
- Output format: existingsolutionmap.md
- Scope
- Existing “happy path†flow (as implemented today)
- Reuse-first decisions (hard rules)
- Key extension points (by capability area)
- API/endpoint layer
- Core logic / domain layer
- Models / state / schemas
- UI layer
What does the existing-solution-map skill do?
description: Produce existingsolutionmap.md to ground task generation in the current repo.'
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill existing-solution-map --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
