OpenClaw · Skill
Jarvis Codebase Mapper 01
Deliver a concrete, reusable workflow for development tasks.
Coding Agents & IDEs
v1.0.0
VirusTotal: Benign
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install xammarie/jarvis-codebase-mapper-01ClawHub installer
npx clawhub@latest install xammarie/jarvis-codebase-mapper-01OpenClaw CLI
openclaw skills install xammarie/jarvis-codebase-mapper-01Direct OpenClaw install
openclaw install xammarie/jarvis-codebase-mapper-01What this skill does
Deliver a concrete, reusable workflow for development tasks.
Why it matters
Unlike ad-hoc debugging, it enforces evidence-backed claims and explicit fallback plans at each checkpoint, reducing rework from assumptions that turn out wrong.
Typical use cases
- Onboarding to a new codebase before submitting a pull request
- Planning a risky refactor with fallback steps defined upfront
- Converting messy notes or requirements into a prioritized action plan
- Running pre-release quality checks with defined acceptance criteria
- Delegating a debugging task with a clear owner and ETA for each step
Source instructions
Jarvis Codebase Mapper 01
Deliver a concrete, reusable workflow for development tasks.
Inputs
- Desired outcome and deadline
- Constraints (time, tools, risk tolerance)
- Available artifacts (code, docs, screenshots, logs)
Playbook
- Define success and failure criteria in measurable terms.
- Build a smallest-valid execution path before scaling effort.
- Execute in checkpoints; record evidence at each checkpoint.
- Apply quality gates before finalizing recommendations.
- Return implementation-ready outputs and next actions.
Quality Gates
- Evidence-backed claims only.
- Explicit assumptions and tradeoffs.
- Reversible changes preferred for risky operations.
- Clear owner + ETA for each next step.
- Include a fallback if the primary plan fails.
Output Format
- Situation summary (5 lines max)
- Top findings (ranked by impact)
- Action plan (today / this week)
- Risks + mitigations
- Exact checklist or commands where useful
Example prompts
- "Use this skill to turn my messy notes into a production-ready plan."
- "Run this skill and give me a risk-first action sequence with acceptance checks."