skills/research/SKILL.md
Captures checked-in reference comparison in a durable local planning artifact and records wiki follow-up status.
npx skillsauth add sirius-cc-wu/sirius-skills researchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when a canonical feature or durable subfeature needs explicit reference-project comparison recorded durably in the repository.
<feature_path>/reference-research.md with the chosen borrowing path.index.md and log.md.<feature_path>/reference-research.mdResolve <feature_path> as either:
<planning_dir>/<feature-slug>/
<planning_dir>/<feature-slug>/subfeatures/<subfeature-id>/
If .skills/planning.json defines planning_dir, use that as <planning_dir>.
Otherwise default to docs/features.
reference-research.md.--wiki-status written plus one focused --wiki-page so the helper updates
that page and the wiki index.md / log.md.discover, design, or
review-planning belongs to later workflow steps.python3 skills/research/scripts/research.py \
docs/features/planning-workflow/subfeatures/reference-research-synthesis \
--question "Which upstream pattern should own durable reference synthesis?" \
--source "references/build-your-own-openclaw/: tutorial baseline" \
--source "references/OpenHarness/: stronger workflow ownership patterns" \
--chosen-reference "references/OpenHarness/" \
--decision "Borrow the explicit skill-and-artifact pattern while keeping wiki updates optional." \
--alternative "references/build-your-own-openclaw/: useful background, but too tutorial-shaped as the primary owner" \
--wiki-status deferred \
--wiki-note "Local artifact is written first; reusable wiki-page mutation lands in a later slice."
If the repository already has a derived wiki root and the reusable synthesis was written there, record that explicitly and let the helper update the wiki page, index, and log:
python3 skills/research/scripts/research.py \
planning-workflow \
--question "Which proposal-management pattern should we reuse?" \
--source "references/proposals/: current baseline" \
--chosen-reference "references/proposals/" \
--decision "Reuse the existing proposal lifecycle and extend it with local evidence." \
--wiki-status written \
--wiki-page "docs/wiki/concepts/proposal-research-patterns.md"
--scope
when needed.tools
Create or resume a dedicated git worktree for one feature or subfeature, drive `ship` inside that worktree, and hand the finished branch back as a pull request to the original branch.
testing
Reviews one completed feature or subfeature against final implementation and slice artifacts, then records a durable reconciliation block before archive.
development
Tightens durable repo-level rules in AGENTS.md and adjacent governance surfaces when repeated drift reveals a policy gap.
data-ai
Resolves one reviewed feature or subfeature backlog into remaining planned slices and routes each active slice to the next owning execution step with one commit per completed slice.