Design context
- Keep system prompt minimal and invariant.
- Move large guidance into skills loaded on demand.
- Prefer references to files over inlining long documents.
affaan-m/ECC
Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.
npx skills add https://github.com/affaan-m/ECC --skill "skills/agent-harness-construction"Source checked Jul 28, 2026·Refresh due Oct 26, 2026
Reorganized from the pinned upstream SKILL.md
Use this skill when you are improving how an agent plans, calls tools, recovers from errors, and converges on completion.
npx skills add https://github.com/affaan-m/ECC --skill "skills/agent-harness-construction"The pinned source supports a structured brief, but not an expanded tutorial. Only detected inputs, outputs, and sections are shown.
240 source words · 9 usable sections
Design context
Design process
Sections are extracted automatically from the pinned SKILL.md and link back to the source.
Agent output quality is constrained by: 1. Action space quality 2. Observation quality 3. Recovery quality 4. Context budget quality
1. Use stable, explicit tool names. 2. Keep inputs schema-first and narrow. 3. Return deterministic output shapes. 4. Avoid catch-all tools unless isolation is impossible.
Use micro-tools for high-risk operations (deploy, migration, permissions).
Every tool response should include: - status: success|warning|error - summary: one-line result - nextactions: actionable follow-ups - artifacts: file paths / IDs
Design checklist
The source section “Core Model” has been checked.
The source section “Action Space Design” has been checked.
The source section “Granularity Rules” has been checked.
The source section “Observation Design” has been checked.
Choose a different workflow
Review agent-harness-construction's use cases, installation, workflow, and original source instructions.
A separate implementation from affaan-m/ECC; compare its source, maintenance signals, and permission requirements.
Open source detailReview agent-harness-construction's use cases, installation, workflow, and original source instructions.
A separate implementation from affaan-m/ECC; compare its source, maintenance signals, and permission requirements.
Open source detailWhen the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program
A separate implementation from coreyhaines31/marketingskills; compare its source, maintenance signals, and permission requirements.
Open source detailFAQ
Use this skill when you are improving how an agent plans, calls tools, recovers from errors, and converges on completion.
The source record exposes this install command: npx skills add https://github.com/affaan-m/ECC --skill "skills/agent-harness-construction". Inspect the command and pinned source before running it.
Quality breakdown
Based on traceable docs and repository signals; stars are not treated as quality.
Compare before choosing
These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.
Review agent-harness-construction's use cases, installation, workflow, and original source instructions.
Review agent-harness-construction's use cases, installation, workflow, and original source instructions.
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program
When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers o
Grounded design brief from the adopted corpus — style, WCAG-checked color tokens, typography, layout pattern, anti-patterns. Use on ui-design-brief or any which-style/palette/font/chart decision.
Use this skill when you are improving how an agent plans, calls tools, recovers from errors, and converges on completion.
Agent output quality is constrained by:
Every tool response should include:
status: success|warning|errorsummary: one-line resultnext_actions: actionable follow-upsartifacts: file paths / IDsFor every error path, include:
Track: