Back to Skills

swe-workflow-research

verified

Code exploration and research without making changes

View on GitHub

Marketplace

EarthmanWeb

EarthmanWeb/serena-workflow-engine

Plugin

swe

Repository

EarthmanWeb/serena-workflow-engine

skills/swe-workflow-research/SKILL.md

Last Verified

January 25, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/EarthmanWeb/serena-workflow-engine/blob/main/skills/swe-workflow-research/SKILL.md -a claude-code --skill swe-workflow-research

Installation paths:

Claude
.claude/skills/swe-workflow-research/
Powered by add-skill CLI

Instructions

## ⚠️ WORKFLOW INITIALIZATION

**If starting a new session**, first read workflow initialization:
```
mcp__plugin_swe_serena__read_memory("WF_INIT")
```
Follow WF_INIT instructions before executing this skill.

---

# Workflow Research Skill

Explore and analyze codebase without making any changes.

## Purpose

- Understand code structure and patterns
- Find relevant files and functions
- Analyze dependencies and relationships
- Document findings for later use

## Actions

1. **Explore codebase** using Serena symbolic tools
2. **Search for patterns** using grep/glob
3. **Read relevant files** to understand implementation
4. **Document findings** in Skill Return section

## Restrictions

- **NO edits allowed** - read-only exploration
- **NO file creation** - documentation only
- Must update WORKING_MEMORY with findings

## Skill Return Format

```markdown
## Skill Return
- **Skill**: swe-workflow-research
- **Status**: [success|success_with_findings|needs_clarification]
- **Findings Summary**: [2-3 sentences describing what was found]
- **Artifacts**: [list of relevant files, patterns discovered]
- **Next Step Hint**: WF_DETECT_REQ
```

## Exit

Output: `> **Skill /swe-workflow-research complete** - returning to WF_DETECT_REQ`

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1231 chars