rlm-workflow
Stage-gated development workflow with TDD and systematic debugging
All Skills in This Repository (5)
Pure Emerald Level Indicatorsrlm-workflow
Orchestrate phase-gated RLM runs with SHA-256 LockHash verification and artifact locking.
rlm-debugging
Perform systematic root cause analysis for software bugs and failing tests.
rlm-subagent
Orchestrate parallel subagent execution for implementation, review, and testing tasks.
rlm-worktree
Create an isolated git worktree with a verified clean test baseline.
rlm-tdd
Automate deterministic RED-GREEN-REFACTOR TDD cycles for RLM Phase 3 implementations.
Frequently Asked Questions
FAQPage SchemaHow to install rlm-workflow?โผ
Run `npx skills add doubleuuser/rlm-workflow --all -g -y` in your terminal to install the full workflow globally.
What problem does rlm-workflow solve?โผ
It prevents context rot and requirement drift by storing requirements, plans, and decisions in repo files instead of chat history, with strict phase gates between each development step.
How does rlm-workflow enforce TDD?โผ
It requires a failing test before any production code in Phase 3, and every implementation must document its RED-GREEN-REFACTOR cycles in a compliance log before the phase can be locked.
Does rlm-workflow protect the main branch?โผ
Yes. It automatically creates an isolated git worktree for every run and blocks work on main or master unless you give explicit documented consent.
Can rlm-workflow run phases in parallel?โผ
Yes. When subagents are available, it dispatches parallel implementer and testing subagents for independent sub-phases, with automatic fallback to sequential execution.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core