kenkenmain avatar

kenkenmain

Official

@kenkenmain

0Followers
|
1Public Repos
|
15Published Skills

Orchestrates multi-phase distributed task execution and iterative software development cycles through structured state management and parallel sentinel coordination.

Skills Distribution
DomainDeveloper To...Distributed Task O.. (40%)Software Developme.. (30%)State Persistence .. (30%)

Agent Skills by kenkenmain

Showing 15 vetted skills indexed across 1 GitHub repositories.

kenkenmainkenkenmain
1

state-manager

Manage subagent workflow state with atomic writes to .agents/tmp/state.json.

Official
Advanced
kenkenmainkenkenmain
1

configuration

Load, merge, and validate subagents configuration from global and project files.

Official
Advanced
kenkenmainkenkenmain
1

workflow

Dispatch workflow phases as subagents and enforce progression with hooks.

Official
Advanced
kenkenmainkenkenmain
1

swarm

Coordinate a six-phase A0-A5 swarm pipeline with agent teams and dual-channel communication.

Official
Advanced
kenkenmainkenkenmain
1

sswarm

Coordinate parallel agents through a six-phase pipeline with dependency-based dispatch.

Official
Advanced
kenkenmainkenkenmain
1

improve

Coordinate parallel agent sentinels to review and fix code issues iteratively.

Official
Advanced
kenkenmainkenkenmain
1

debug

Diagnose and repair software bugs through a six-phase workflow with specialized agents.

Official
Advanced
kenkenmainkenkenmain
1

iteration-workflow

Orchestrate a 9-phase software development iteration from brainstorming to finalization.

Official
Advanced
kenkenmainkenkenmain
1

iterate-configure

Merge global and project-level kenken configurations via interactive wizard or CLI.

Official
Intermediate
kenkenmainkenkenmain
1

gh-repo-setup

Automate GitHub repository setup with GitFlow, branch protection, templates, and CI.

Official
Advanced
kenkenmainkenkenmain
1

iterate

Orchestrate a four-phase PLAN, IMPLEMENT, TEST, and FINAL software development workflow.

Official
Advanced
kenkenmainkenkenmain
1

iterate-resume

Resume an interrupted kenken iteration from a saved state file.

Official
Intermediate
kenkenmainkenkenmain
1

iterate-status

Read and format kenken iteration state from .agents/kenken-state.json.

Official
Intermediate
kenkenmainkenkenmain
1

superlaunch

Orchestrate a 15-phase minions-driven workflow with phase gates and parallel agents.

Official
Advanced
kenkenmainkenkenmain
1

review

Dispatch parallel code reviewers and apply automated fixes across up to five iterations.

Official
Advanced

Frequently Asked Questions About kenkenmain

FAQPage Schema
What 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.