Use when starting any conversation - establishes when to use MELD methodology skills for structured product development, spec engineering, and adversarial review
MELD (Methodology for Engineering Lifecycle & Development) provides a complete methodology for structured product development — from planning through execution to review. It includes:
| Situation | MELD Skill | Pairs With |
|-----------|-----------|------------|
| User describes a feature or asks "build X" | meld:meld-complexity-assessment | — |
| Feature needs a spec before coding | meld:meld-quick-spec | — |
| Ready to implement (with or without spec) | meld:meld-quick-dev | TDD built-in (meld:meld-tdd) |
| Writing acceptance criteria | meld:meld-spec-engineering | — |
| Bug needs investigation | meld:meld-debugging | meld:meld-tdd |
| Claiming work is complete | meld:meld-verification | — |
| 2+ independent tasks | meld:meld-parallel-agents | — |
| Starting isolated work on a ticket | meld:meld-worktrees | Built into quick-dev |
| Code needs cleanup after implementation | meld:meld-code-simplifier | meld:meld-verification |
| Implementation complete, need review | meld:meld-adversarial-review | meld:meld-verification |
| Implementation complete, capture learnings | meld:meld-retrospective | Built into quick-dev |
| Need an output template (tech-spec, PRD, etc.) | meld:meld-artifact-templates | — |
meld:meld-debuggingmeld-quick-spec — Conversational spec engineering: understand → investigate → generate → review. Produces a ready-for-dev tech spec.meld-quick-dev — Implementation flow: setup & mode detection → context gathering → per-task subagent loop (TDD + simplify + spec review + code review) → final verification → completion & retrospective.meld-complexity-assessment — Evaluate complexity signals and route to the right depth of planning.meld-tdd — Test-driven development: Iron Law, Red-Green-Refactor cycle, rationalizations, red flags. Built into quick-dev's execution loop.meld-debugging — Systematic debugging: 4-phase root cause methodology (investigate → analyze → hypothesize → implement). Activated by quick-dev halt conditions. Includes 3 supporting docs (root-cause-tracing, defense-in-depth, condition-based-waiting).meld-code-simplifier — Code simplification pass: subagent reviews modified code for clarity, consistency, and maintainability. Built into quick-dev's per-task loop.meld-verification — Verification before completion: 5-step gate function requiring fresh evidence for every completion claim. Invoked at quick-dev Phase 4.meld-parallel-agents — Parallel agent dispatch: identify independent domains, craft focused prompts, dispatch via Task tool, review and integrate. Optional in quick-dev Phase 3.meld-worktrees — Git worktree creation with ticket-based branch naming. Auto-creates worktrees for beads tickets. Invoked at quick-dev Phases 1 and 5 (completion).meld-spec-engineering — Given/When/Then acceptance criteria format and ready-for-dev standards.meld-adversarial-review — Code review with information asymmetry using subagents.meld-retrospective — Post-implementation retrospective: categorizes findings patterns, measures spec accuracy, captures estimation signals, persists learnings to project memory. Built into quick-dev Phase 5.meld-artifact-templates — Index of 8 output templates (tech-spec, story, PRD, product brief, architecture decision, epics, UX design, sprint status)./quick-spec [ticket-id] — Start the quick-spec flow (optionally against a beads ticket)/quick-dev [ticket-id] — Start the quick-dev flow (optionally against a beads ticket)/assess-complexity — Run complexity assessmentMELD owns all its methodology and execution skills — from planning (spec engineering, complexity routing) through execution (TDD, debugging, verification, parallel agents, worktrees) to review (adversarial review). No external plugin dependencies are required.
Search 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