rlm-workflow-acp

Orchestrate RLM workflows with strict phase gates and repository artifacts.

4|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/try-works/rlm-workflow-acp --skill rlm-workflow-acp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rlm-workflow-acp
Source: https://github.com/try-works/rlm-workflow-acp/tree/main/skills/rlm-workflow-acp
Command: npx skills add https://github.com/try-works/rlm-workflow-acp --skill rlm-workflow-acp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Orchestrate the RLM repo workflow end to end with strict sequential phase gates, locked artifacts, traceability, and TODO discipline, while enabling optional ACP delegation to Kimi via acpx.

Core Features & Use Cases

  • Enforces sequential phase gates and lock validation to prevent context rot.
  • Supports optional ACP delegation to Kimi via acpx for bounded implementation tasks.
  • Maintains a canonical, repository-only source of truth by read-and-apply of .codex/rlm artifacts and addenda.
  • Provides bootstrap and verification utilities to keep runs auditable.

Quick Start

Install the skill and trigger a run by saying "Implement requirement <run-id>" to begin Phase 0.

Frequently Asked Questions about rlm-workflow-acp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce sequential phase gates for repository workflow orchestration?

Sequential phase gates are enforced by validating a strict lock chain from repository artifacts, ensuring only one active phase runs at a time and preventing context rot. This lock validation maintains traceability throughout the run.

What is the best way to automate requirement implementation with phase locks?

Automating requirement implementation is achieved by triggering a run with a specific run-id, which initiates Phase 0 and orchestrates the end-to-end workflow using a canonical, repository-only source of truth for artifact tracking.

Can I delegate bounded implementation tasks to Kimi via acpx during an RLM workflow?

Yes, bounded implementation tasks can be delegated to Kimi via acpx. This optional ACP delegation operates within the workflow's strict phase gates while maintaining the locked artifact traceability.

How do I resume a requirement run after manual QA and lock verification?

To resume a requirement after manual QA, trigger the resume command to continue the workflow. The system reads local artifacts, verifies existing locks, and enforces the lock chain to safely proceed to the next active phase.

Why do I need strict phase gates and locked artifacts for workflow automation?

Strict phase gates and locked artifacts are needed to prevent context rot and maintain a canonical source of truth. This sequential lock validation ensures TODO discipline and provides auditability across the entire workflow lifecycle.

Does this workflow orchestration method support bootstrap and verification tooling?

Yes, bootstrap and verification utilities are provided to keep runs auditable. These tools read and apply local artifacts, verify the lock chain integrity, and support addenda to maintain strict phase discipline.