Skip to content

feat: add deep-research skill with 4-phase methodology#344

Merged
qhkm merged 3 commits intomainfrom
feat/deep-research
Mar 12, 2026
Merged

feat: add deep-research skill with 4-phase methodology#344
qhkm merged 3 commits intomainfrom
feat/deep-research

Conversation

@qhkm
Copy link
Copy Markdown
Owner

@qhkm qhkm commented Mar 12, 2026

Summary

  • Adds deep-research bundled skill (skills/deep-research/SKILL.md) that teaches the agent systematic multi-phase web research
  • 4-phase methodology: Broad Exploration, Deep Dive, Diversity & Validation, Synthesis Check
  • Includes temporal awareness, memory integration, and anti-patterns guidance
  • Zero binary cost — pure markdown skill file

Closes #338

Test plan

  • zeptoclaw skills list shows deep-research in output
  • Skill content loads correctly when agent is asked to research a topic
  • No impact on binary size or compilation

🤖 Generated with Claude Code

qhkm and others added 3 commits March 13, 2026 03:16
Spec: design for two features inspired by DeerFlow analysis
Plan: 9-task implementation plan across 5 chunks, two PRs

Co-Authored-By: Claude Opus 4.6 <[email protected]>
Teaches the agent systematic research using web_search and web_fetch:
- Phase 1: Broad exploration (3-5 searches)
- Phase 2: Deep dive (targeted + full content fetch)
- Phase 3: Diversity validation (6 information types)
- Phase 4: Synthesis check

Inspired by DeerFlow's research methodology, adapted for ZeptoClaw
with memory integration and temporal awareness.

Closes #338
Skills loader only recognizes `requires` and `os` under metadata.zeptoclaw.
The `tags` field was silently ignored.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 12, 2026

Warning

Rate limit exceeded

@qhkm has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 8 minutes and 14 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 628bb315-7c6f-4ea2-b096-ee6547477448

📥 Commits

Reviewing files that changed from the base of the PR and between 397f4ec and a7f0b16.

📒 Files selected for processing (3)
  • docs/superpowers/plans/2026-03-13-deep-research-and-clarification.md
  • docs/superpowers/specs/2026-03-13-deep-research-skill-and-clarification-tool-design.md
  • skills/deep-research/SKILL.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/deep-research
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@qhkm qhkm merged commit 16231d0 into main Mar 12, 2026
8 of 9 checks passed
@qhkm qhkm deleted the feat/deep-research branch March 12, 2026 19:52
taqtiqa-mark pushed a commit to taqtiqa-mark/zeptoclaw that referenced this pull request Mar 25, 2026
## Summary
- Adds `deep-research` bundled skill (`skills/deep-research/SKILL.md`)
that teaches the agent systematic multi-phase web research
- 4-phase methodology: Broad Exploration, Deep Dive, Diversity &
Validation, Synthesis Check
- Includes temporal awareness, memory integration, and anti-patterns
guidance
- Zero binary cost — pure markdown skill file

Closes qhkm#338

## Test plan
- [ ] `zeptoclaw skills list` shows `deep-research` in output
- [ ] Skill content loads correctly when agent is asked to research a
topic
- [ ] No impact on binary size or compilation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.6 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add deep-research skill

1 participant