kenkenmain
Official@kenkenmain
Orchestrates multi-phase distributed task execution and iterative software development cycles through structured state management and parallel sentinel coordination.
Agent Skills by kenkenmain
Showing 15 vetted skills indexed across 1 GitHub repositories.
state-manager
Manage subagent workflow state with atomic writes to .agents/tmp/state.json.
configuration
Load, merge, and validate subagents configuration from global and project files.
workflow
Dispatch workflow phases as subagents and enforce progression with hooks.
swarm
Coordinate a six-phase A0-A5 swarm pipeline with agent teams and dual-channel communication.
sswarm
Coordinate parallel agents through a six-phase pipeline with dependency-based dispatch.
improve
Coordinate parallel agent sentinels to review and fix code issues iteratively.
debug
Diagnose and repair software bugs through a six-phase workflow with specialized agents.
iteration-workflow
Orchestrate a 9-phase software development iteration from brainstorming to finalization.
iterate-configure
Merge global and project-level kenken configurations via interactive wizard or CLI.
gh-repo-setup
Automate GitHub repository setup with GitFlow, branch protection, templates, and CI.
iterate
Orchestrate a four-phase PLAN, IMPLEMENT, TEST, and FINAL software development workflow.
iterate-resume
Resume an interrupted kenken iteration from a saved state file.
iterate-status
Read and format kenken iteration state from .agents/kenken-state.json.
superlaunch
Orchestrate a 15-phase minions-driven workflow with phase gates and parallel agents.
review
Dispatch parallel code reviewers and apply automated fixes across up to five iterations.
Frequently Asked Questions About kenkenmain
FAQPage SchemaWhat specific development tasks are enabled by these capabilities?▼
These capabilities enable structured software development through multi-phase orchestration, including automated repository initialization, parallel code review cycles, and iterative bug diagnosis. Users can manage complex project lifecycles by dispatching specialized sentinels to handle planning, implementation, testing, and finalization phases within a unified state-managed environment.
Which personas benefit from implementing these orchestration patterns?▼
Software engineers, DevOps practitioners, and technical leads benefit from these patterns. The system is designed for developers managing complex, multi-stage projects who require consistent state tracking, standardized repository setup, and parallelized review processes to maintain code quality and project velocity across distributed development teams.
What are the prerequisites for running these orchestration processes?▼
Execution requires a local environment configured for Git version control and access to the project-level directory structure. Users must ensure the presence of the required state files, specifically .agents/tmp/state.json or .agents/kenken-state.json, to allow the system to track phase progression, configuration merges, and iteration status during runtime.