Execute RFC implementation with state tracking, or resume a paused execution. Use when user wants to implement an RFC, resume paused work, or complete an implementation.
<skill_info> <name>nmblr:execute</name>
<summary>Execute RFC implementation with state tracking, or resume a paused execution.</summary> <agent>rfc-executor</agent> <config_file>.claude/nmblr/config.yaml</config_file> </skill_info> <usage> <syntax>nmblr:execute <rfc-id></syntax> <syntax>nmblr:execute <rfc-id> --task <task-number></syntax> <syntax>nmblr:execute <rfc-id> --phase <phase-number></syntax> </usage> <arguments> <argument name="rfc-id" required="true"> <description>RFC ID to execute (e.g., RFC-0015)</description> </argument> </arguments> <options> <option name="--task" value_type="number">Start from specific task number</option> <option name="--phase" value_type="number">Start from specific phase</option> <option name="--dry-run">Show what would be done without making changes</option> <option name="--continue">Continue from last saved state (default behavior)</option> <option name="--direct">Execute tasks sequentially in current context (bypass subagent orchestration)</option> </options> <prerequisites> <item>RFC must be planned (context file exists at .claude/nmblr/execution/RFC-{NNNN}-context.md)</item> <item>Run `/nmblr:plan <rfc-id>` first if not planned</item> </prerequisites><execution_instructions> When this skill is invoked:
Read project configuration
.claude/nmblr/config.yamlDelegate to rfc-executor agent
rfc-executor agent with the RFC ID and optionsThe rfc-executor will:
/nmblr:pause or /nmblr:finalize
</execution_instructions><config_usage> The executor reads config.yaml to determine: