executing-research-plan

Solid

Use AFTER writing-research-plan has produced a ready plan (status=ready for hermeneutic projects, status=pre-registered for quantitative/mixed). Reads `input/ideas/<slug>-plan.md`, creates TodoWrite items, runs a pre-ingest acquisition gate (acquire-sources) so originals are on disk before any source-ingester runs, and works tasks via subagent dispatch (source-acquirer, source-ingester, analyst, drafter) with two-stage review. Does not execute anything outside the plan.

Code & Development 1 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 80/100

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

Skill Content

# Executing a Research Plan Run a pre-registered plan task by task. Dispatch the right subagent per task, review each result (spec + quality), and only mark done when both reviews pass. Deviations are logged, not hidden. **Announce at start:** "Using executing-research-plan to run `<slug>-plan.md`." <SOFT-GATE> Before executing a task, check: (1) The task is listed in `input/ideas/<slug>-plan.md` (2) For `methodology: quantitative` or any task block marked as quantitative: plan frontmatter `status: pre-registered` with user sign-off (3) For `methodology: hermeneutic`: plan frontmatter `status: ready` is enough — a frozen hypothesis is not required If unmet: explain to the user which condition is missing, ask for a short reason, write it to `knowledge/_meta/gate-overrides.log`, and start the task. A task is "done" only when the type-specific review passes (see "Review by methodology" below). Never silently rewrite a hypothesis mid-run — deviations go into the deviation log. </SOFT-GATE> ## Checklist 1. **Load the plan** — read `input/ideas/<slug>-plan.md` end-to-end 2. **Verify the plan is ready** (methodology-aware): `methodology: hermeneutic` → frontmatter `status: ready` is enough (no frozen hypothesis); `methodology: quantitative`/`mixed` (or a task block marked `pre-registered: true`) → `status: pre-registered` + user confirmation of the hypothesis 3. **Create TodoWrite items** — one per task in the plan (use the plan's own wording) 4. **Acquisition gate (before an...

Details

Author
leiverkus
Repository
leiverkus/research-superpowers
Created
2 months ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category