docs: expand scope and add comprehensive documentation
Create README.md and enhance AGENTS.md to position this as an extensible framework for any Opencode skills and agents, not just PARA/task management. Includes installation, development workflow, code style guidelines, and Nix flake integration patterns.
This commit is contained in:
54
skill/research/SKILL.md
Normal file
54
skill/research/SKILL.md
Normal file
@@ -0,0 +1,54 @@
|
||||
---
|
||||
name: research
|
||||
description: "Research and investigation workflows. Use when: (1) researching technologies or tools, (2) investigating best practices, (3) comparing solutions, (4) gathering information for decisions, (5) deep-diving into topics. Triggers: research, investigate, explore, compare, learn about, what are best practices for, how does X work."
|
||||
compatibility: opencode
|
||||
---
|
||||
|
||||
# Research
|
||||
|
||||
Research and investigation workflows for informed decision-making.
|
||||
|
||||
## Status: Stub
|
||||
|
||||
This skill is a placeholder for future development. Core functionality to be added:
|
||||
|
||||
## Planned Features
|
||||
|
||||
### Investigation Workflow
|
||||
- Multi-source research (web, docs, code)
|
||||
- Source credibility assessment
|
||||
- Summary with drill-down capability
|
||||
|
||||
### Technology Evaluation
|
||||
- Feature comparison matrices
|
||||
- Pros/cons analysis
|
||||
- Fit-for-purpose assessment
|
||||
|
||||
### Best Practices Discovery
|
||||
- Industry standards lookup
|
||||
- Implementation patterns
|
||||
- Common pitfalls
|
||||
|
||||
### Learning Path Generation
|
||||
- Topic breakdown
|
||||
- Resource recommendations
|
||||
- Progress tracking
|
||||
|
||||
## Integration Points
|
||||
|
||||
- **Anytype**: Save research findings to Resources
|
||||
- **Web Search**: Primary research source
|
||||
- **librarian agent**: External documentation lookup
|
||||
|
||||
## Quick Commands (Future)
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `research [topic]` | Start research session |
|
||||
| `compare [A] vs [B]` | Feature comparison |
|
||||
| `best practices [topic]` | Lookup standards |
|
||||
| `learn [topic]` | Generate learning path |
|
||||
|
||||
## Notes
|
||||
|
||||
Expand this skill based on actual research patterns that emerge from usage.
|
||||
Reference in New Issue
Block a user