Tag: software-development
CCG Latent Chain Mode
A structured workflow for executing complex, multi-step development tasks through a four-phase reasoning process. It optimises token usage by employing hidden-state reasoning and transmitting only context deltas.
AIDE Pipeline Orchestrator
An orchestrator for the AIDE pipeline that manages the end-to-end workflow from specification to QA by delegating tasks to specialised subagents. It enforces methodology alignment through a mandatory boot sequence that synchronises project …
Implement tasks from OpenSpec changes
Automates the implementation of tasks defined within an OpenSpec change by parsing instructions, reading context files, and updating task progress. It manages the workflow from task selection through to completion or identified blockers.
Autonomous Full-Cycle Task Orchestrator
Automates the complete RIPER cycle by orchestrating research, planning, execution, and review phases autonomously. It includes built-in safety guards for managing scope escalation, line change limits, and critical review failures.
Story Driven Development Workflow
A workflow for maintaining synchronisation between documentation and source code using git-based diffing. It manages change requests, bugs, and implementation cycles to ensure code always reflects the latest specifications.
Automate Task Implementation from Backlog
Automates the end-to-end process of selecting, implementing, and completing tasks from a backlog. It handles task retrieval, specification reading, implementation using codebase tools, and final verification.
Upstream contribution to GitLab client-go
A workflow for identifying and implementing bug fixes or feature enhancements within the GitLab client-go library. It covers forking, implementing changes using existing patterns, and submitting merge requests to the upstream repository.