TRIP-workflow
Structured plan, implement, and release workflow for AI coding agents
All Skills in This Repository (17)
Pure Emerald Level IndicatorsAskUserQuestion
Present structured Markdown questions and wait for user responses.
TRIP-4-test
Automate unit, integration, and regression tests on changed files.
TRIP-init
Create TRIP workflow documentation folders and an ARCHI.md scaffold.
TRIP-1-plan
Generate TRIP-standard feature implementation plans with file naming and risk notes.
TRIP-2-implement
Implement features by cycling through Plan, Implement, Review, and Test phases.
TRIP-compact
Compress ARCHI.md files to reduce token usage while preserving essential architectural information.
TRIP-hotfix
Bypass the full TRIP workflow to deploy urgent production hotfixes.
TRIP-3-review
Enforce code quality and architectural compliance through structured reviews.
TRIP-research
Identify and scope exploratory research questions for AI projects with structured workflows and formal outputs.
TRIP-review
Reviews code changes against a project checklist and generates structured review reports.
codex-plan-review
Runs iterative Codex CLI review sessions against planning documents with persisted thread state.
codex-ask
Requests advisory second opinions from Codex CLI on architecture and debugging questions.
Frequently Asked Questions
FAQPage SchemaHow to install TRIP-workflow?โผ
Run `npx skills add PiLastDigit/TRIP-workflow --all -g -y` in your terminal to install all skills in this suite globally.
What problem does TRIP-workflow solve?โผ
It gives AI coding agents a repeatable plan-implement-release cycle with a persistent architecture file, so they stop losing context between sessions and guessing about your codebase.
Which AI agents work with TRIP-workflow?โผ
It works with Claude Code, Codex CLI, OpenCode, and Mistral Vibe, since every skill follows the universal SKILL.md standard.
How does TRIP reduce AI coding mistakes?โผ
It runs automated testing gates and iterative review loops where a second model checks every plan and code change before anything is released.
Do I need to learn many commands to use TRIP?โผ
No. The core workflow is just three numbered skills: plan, implement, and release, with optional helpers for hotfixes and research.
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