Agent skill

idea-scan

Analyze standing-intelligence pack diffs and produce scan-proposals.md for IDEAS-02 backlog updates.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill idea-scan --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/idea-scan/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Scan Proposals from Pack Diffs Analyze Layer A standing-intelligence packs for one business and produce proposal-level backlog updates for IDEAS-02. ## Operating Mode **DIFF SCAN + PROPOSAL OUTPUT (NO BACKLOG MUTATION)** **Allowed:** - Read `docs/business-os/strategy/<BIZ>/idea-backlog.user.md` and its `last_scanned_pack_versions` frontmatter. - Read current Layer A aggregate packs (`MARKET-11`, `SELL-07`, `PRODUCTS-07`, `LOGISTICS-07` when applicable). - Compare changed pack evidence against the existing idea backlog. - Write `docs/business-os/strategy/<BIZ>/scan-proposals.md` following the schema contract. - Return a concise operator summary (changed packs + proposal counts by type). **Not allowed:** - Modifying existing cards or ideas/backlog entries. - Creating cards directly (route accepted proposals through `/lp-do-ideas` in IDEAS-02). - Writing legacy `docs/business-os/scans/` artifacts. - Auto-applying `MERGE` or `SPLIT` decisions (operator confirmation is required in IDEAS-02). ## Inputs **Required:** - Business code `<BIZ>` - Backlog baseline: `docs/business-os/strategy/<BIZ>/idea-backlog.user.md` **Optional:** - Explicit source diff artifact path (operator-provided) -

What's inside
Steps it walks through
  1. Operating Mode
  2. Inputs
  3. First-run fallback
  4. Output Contract
  5. Workflow
  6. 1. Load baseline backlog
  7. 2. Resolve source packs and changed scope
  8. 3. Extract evidence chunks
  9. 4. Classify proposals against backlog
  10. 5. Apply quality bar
  11. 6. Write scan-proposals.md
  12. 7. Return operator summary
  13. Integration with Other Skills
  14. Validation Checklist
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the idea-scan skill do?

Analyze standing-intelligence pack diffs and produce scan-proposals.md for IDEAS-02 backlog updates.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill idea-scan --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.

Keep going