.claude/skills/_kit-base/002-workflow-forge {Core}/SKILL.md
Creates new workflows (slash commands) following the Antigravity format with phases, agent coordination, and verification checkpoints.
npx skillsauth add mauriciosepulveda-max/PM-refinador workflow-forgeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
"A workflow is a choreography. Every agent knows its entrance, its solo, and its exit."
Factory for creating new workflows (slash commands) in the kit. Produces workflow .md files that coordinate agents through phases with verification checkpoints.
When to use:
/jm:{command})| Input | Type | Required | Description | |-------|------|----------|-------------| | Workflow Name | Text | Yes | Kebab-case command name | | Description | Text | Yes | One-line purpose | | Agents | List | Yes | Agent names involved | | Skills | List | Yes | Skills loaded during execution |
| Output | Type | Description |
|--------|------|-------------|
| workflows/{name}.md | File | Workflow definition |
full-lifecycle) must declare mode transitions.[!WARNING] IF workflow has no verification phase THEN STOP. Add a quality gate as the final phase.
[!WARNING] IF workflow references non-existent agents or skills THEN STOP. Cross-reference against the agent/skill catalog.
tools
The Meta-Cognitive Architect. Creates new 10x skills following the MOAT pattern with reference sub-repo, self-evaluation rubric, and knowledge graph.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.