From corso
Knowledge & Strategy domain context. Research scope classification, documentation source selection, decision factor analysis, and trade-off evaluation. C0RS0 executes with corsoTools action fetch (includes knowledge graph queries, formerly query_knowledge).
How this skill is triggered — by the user, by Claude, or both
Slash command
/corso:FETCHC0RS0The summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Build Phase 2/7: RESEARCH — Gather intel before the pack moves
Build Phase 2/7: RESEARCH — Gather intel before the pack moves
Follows SCOUT (plan generated) -> feeds into SNIFF (code analysis with research context).
The primary research and strategic analysis entry point for C0RS0. Loads research scoping, documentation sourcing, decision analysis, and trade-off evaluation context into C0RS0, which then executes directly using knowledge MCP tools.
Claude -> loads FETCH context -> C0RS0 executes with fetch tool
Use mcp__C0RS0__corsoTools with action: "fetch" for research, knowledge retrieval, and knowledge graph queries, applying all research intelligence context below.
knowledge.rs:infer_research_scope)Classify the research query to determine scope and depth:
| Query Type | Keywords | Scope |
|---|---|---|
| API documentation | api, endpoint, interface, method | Targeted API specs and examples |
| Tutorial/guide | how to, tutorial, guide, getting started | Step-by-step guides, official tutorials |
| Code examples | example, sample, snippet, demo | Repository search, docs code blocks |
| Best practices | best practice, pattern, idiom, convention | Community patterns, official guidelines |
| Security | CVE, vulnerability, security, audit | CVE databases, security advisories |
| Architecture | design, architecture, structure, pattern | Design docs, architecture decision records |
knowledge.rs:select_documentation_sources)Rust:
Python:
JavaScript/TypeScript:
Go:
knowledge.rs:determine_search_strategy)| Query Intent | Strategy |
|---|---|
| Latest/current | Focus on recent 6 months, official sources first |
| Specific API | Targeted function/method search, API docs |
| Comparison | Multi-source research, pros/cons analysis |
| Comprehensive | Deep dive, multiple angles, cross-reference |
| Quick answer | Overview, top results, summary |
| Code examples | Repository search, docs code blocks, playground |
wisdom.rs:identify_decision_factors)When analyzing architecture or technology decisions, apply these factors:
| Factor | Trigger Keywords | Weight |
|---|---|---|
| Performance | optimize, speed, latency, throughput | High for systems/backend |
| Cost | budget, pricing, resources, ROI | High for cloud/infra |
| Security | security, threat, vulnerability, auth | Always high |
| Scalability | scale, growth, load, concurrent | High for distributed |
| Maintainability | maintain, technical debt, readability | Always consider |
| Team expertise | team, learning, familiar, ramp-up | Pragmatic factor |
| Timeline | deadline, sprint, MVP, urgent | Schedule pressure |
Language-Specific Decision Factors (from wisdom.rs):
wisdom.rs:analyze_trade_offs)Universal Trade-Offs:
Language-Specific Trade-Offs:
Framework Trade-Offs:
wisdom.rs:determine_wisdom_domain)| Domain | Trigger Keywords |
|---|---|
| Architectural | architecture, design, structure |
| Algorithmic | algorithm, data structure, complexity |
| Organizational | team, organization, process |
| Technology Selection | technology, stack, tool, library |
| Scalability | scale, growth, millions, distributed |
| Technical Debt | refactor, technical debt, legacy |
| Security & Compliance | security, compliance, audit, GDPR |
| Performance | performance, optimize, benchmark |
| When | Skill Context | MCP Tools |
|---|---|---|
| Research reveals security concerns | GUARD | corsoTools action: guard |
| Research evaluates codebase patterns | SNIFF | corsoTools action: code_review |
| Research drives performance comparison | CHASE | corsoTools action: chase |
corsoTools Action | Purpose |
|---|---|
fetch | Research & knowledge retrieval + knowledge graph queries |
npx claudepluginhub thelightarchitect/corsoCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.