optimization-cron-builder

Generate an AR blueprint and per-item research docs from a design philosophy.

6|2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/buyaoxiangtale/Another-chance --skill optimization-cron-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimization-cron-builder
Source: https://github.com/buyaoxiangtale/Another-chance/tree/main/.claude/skills/optimization-cron-builder
Command: npx skills add https://github.com/buyaoxiangtale/Another-chance --skill optimization-cron-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The design-idea guided optimization cron helps teams convert a user-supplied philosophy into a repository-local process that produces a bounded Architecture Refinement (AR) blueprint, yields per-item research docs, and coordinates parallel workers with guard rails and cleanup.

Core Features & Use Cases

  • Generates Stage_*_AR_Blueprint.md with <=100 items.
  • Writes per-item research docs under Docs/researches/Stage_*_AR/.
  • Enables parallel tmux workers with codex exec for scalable execution.
  • Provides a guardrail cron setup and cleanup-on-complete workflow that reconciles worker outputs back into the main blueprint.
  • Supports section-owned lanes and progress reconciliation.

Quick Start

Provide a design philosophy, and this tool will generate a bounded AR blueprint and install a repository-wide optimization cron.

Frequently Asked Questions about optimization-cron-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate repository-level optimization using a design philosophy?

Automating repository-level optimization involves converting a design philosophy into a bounded AR blueprint with per-item research docs. This process coordinates parallel workers and installs a cron-driven orchestration with guardrails to systematically refine project stages.

What is an AR blueprint and how does it structure design refinement?

An AR blueprint is an Architecture Refinement document that structures design refinement by bounding item counts to 100 or fewer. It systematically organizes per-item research docs under dedicated repository directories to guide stage-specific project improvements.

How do I run parallel workers with cron for automated validation?

Running parallel workers with cron for automated validation utilizes tmux workers executing codex commands. The cron setup provides guardrails and a cleanup-on-complete workflow that reconciles individual worker outputs back into the main AR blueprint.

Can I use tmux for section-owned lanes and progress reconciliation?

Using tmux for section-owned lanes enables parallel execution of distinct optimization tasks. Progress reconciliation merges the outputs from these independent lanes back into the central AR blueprint upon workflow completion.

What is the maximum item count supported for an AR blueprint?

The maximum item count supported for an AR blueprint is 100 items. This bounded limit ensures systematic refinement remains manageable while generating per-item research documentation for each entry.