sdlc-radar

Solid

Proactive research scout (dry-run) — scan the open backlog, research the current SOTA against it, dedup against the radar ledger + the KG gap log, and write a ranked digest. Writes NOTHING external by default. Use when the user runs /sdlc-radar or wants a proactive "what's new / what should we look at" sweep over the backlog.

AI & Automation 6 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
96
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# sdlc-radar A proactive research scout — the *supply* side that complements the gap log's *demand* side: it surfaces what you didn't know to look for. **Phase A is dry-run: it writes a digest under `.sdlc/` and records what it surfaced, but never files issues or touches GitHub.** 1. **Agenda (rotate over the backlog).** Get the open backlog — local `.sdlc/goals/*.md`, or `gh issue list --state open` in github mode — and count it (N). Pick this run's slice: `python3 "${CLAUDE_SKILL_DIR}/scripts/radar.py" agenda <N> <k> <cursor>` (k≈3; `cursor` from the last run's `next_cursor`, starting 0). It returns the item indices to research + the next cursor, so successive runs cover different items. 2. **Research (fail-soft).** For each agenda item, research the current SOTA against it — your `WebSearch`/`WebFetch`, or the `deep-research` skill if available (a soft dep). Return cited findings `{topic, summary, url, issue}`. An item that errors is skipped — never abort the run. 3. **Dedup.** Form a short, stable key per finding (e.g. `issue-<n>:<topic-slug>`). Drop any already in the ledger (`radar.py seen .sdlc`) or already a known gap (`kg.py gap list .sdlc`) — don't repeat. 4. **Rank** the survivors by novelty × impact-on-the-item × actionability; tag 🚀 / 🔧 / 📌. 5. **Digest (dry-run write).** Write a ranked markdown digest to `.sdlc/knowledge/radar/<UTC-date>.md` (findings + a short "suggested actions" list), and record each surfaced finding so it isn't ...

Details

Author
swapnil-agrim
Repository
swapnil-agrim/loopsmith
Created
1 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

sdlc-research

The Research phase executor — map a goal's real blast radius across the codebase, inventory the tech debt already sitting in it, and size the goal into a lane (small/medium/large) from what was actually found. Writes a short dossier the Plan and Plan-Review phases both read. Use at SDLC Phase 2, or when the user runs /sdlc-research or asks "what's the blast radius for X".

6 Updated today
swapnil-agrim
Web & Frontend Listed

literature-radar

Scheduled or on-demand sweep for NEW papers in a project's research scope — web-search the recent window, deduplicate against the project's corpus, pre-screen each keeper into a triage-ready digest, and stop for approval. Also does seed-based discovery — from a few anchor papers the user already trusts, trace the related and foundational work outward. Use when the user asks "what's new" in their field ("run my radar", "check for new papers", "anything new since last time"), gives you seed papers and wants related/foundational work traced from them ("find papers related to these", "citation search from this paper", "build a starting corpus"), wants a recurring literature watch set up, or a scheduled radar day arrives. Discovery + pre-screen ONLY — inclusion decisions belong to the human and flow through the literature-review skill.

7 Updated 5 days ago
Shalice-in-AIland
AI & Automation Solid

sdlc-context

Pre-flight recall — assemble a compact, cited "context brief" of prior art (knowledge graph + past issues + conventions) for a goal before running it, so a crucial earlier finding is never missed just because the context window flushed. Use at the start of a goal when the knowledge graph is enabled, or when the user runs /sdlc-context.

6 Updated today
swapnil-agrim