Audit devloop against Claude Code updates to identify integration opportunities. Use after Claude Code releases, monthly maintenance, or when exploring new features.
Audit devloop against Claude Code's evolving capabilities.
ls plugins/devloop/agents/
ls plugins/devloop/skills/
| Category | Questions | |----------|-----------| | Overlap | Does native Claude Code now provide this? | | Enhancement | Can new features improve this? | | Deprecation | Are we using outdated patterns? | | Missing | New capabilities to adopt? |
Priority Ranking:
Effort Estimation:
Save to .devloop/spikes/claude-code-audit-YYYY-MM-DD.md:
# Claude Code Audit Findings
**Date**: YYYY-MM-DD
**Claude Code Version**: X.Y.Z
**devloop Version**: X.Y.Z
## Summary
Brief overview.
## Integration Opportunities
### High Priority
| Finding | Current State | Action | Effort |
|---------|--------------|--------|--------|
### Medium Priority
...
## Deprecated Patterns
| Pattern | Native Alternative | Migration |
|---------|-------------------|-----------|
## New Features to Adopt
| Feature | Use Case | Notes |
|---------|----------|-------|
AskUserQuestion:
questions:
- question: "Audit complete. What next?"
header: "Action"
options:
- label: "Create spike from findings"
- label: "Create plan from findings"
- label: "Review findings"
Produces:
.devloop/spikes/claude-code-audit-YYYY-MM-DD.mdSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer