Skip to content

peaceroad/agent-design-tools

v0.3.1

Skills for designing, reviewing, and improving model-facing instructions and agent workflows.

agent-design-tools

An Agent Plugins v1 package for designing, reviewing, and improving model-facing instructions and agent workflows. This README is a user guide; each skill's SKILL.md defines its instructions and reference-loading conditions.

Choose a skill

SkillUse it for
prompt-designThe meaning, strength, scope, and output requirements of model-facing instructions: prompts, system/developer/agent/tool instructions, AGENTS.md, skills, and evaluation prompts. Provides the shared design method and OpenAI-specific references.
prompt-gemini-referenceGemini-specific guidance alongside prompt-design, including text prompts, Gem Instructions and Knowledge, and image/video prompts. Provides references, not a generation tool.
agent-workflow-designHow repeated or long-running work starts, progresses, waits, handles new instructions, recovers, and completes. Covers control ownership, authorization, evaluation, and improvement from execution evidence.

Use prompt-design and agent-workflow-design together when a workflow needs model-facing instructions as well as execution control. For Codex skill creation or structural changes, use the built-in skill-creator for skill structure; it is provided separately from this plugin. A wording correction alone does not require workflow design, and ordinary task execution does not require these design skills merely because it uses several steps or tools.

For Gemini instruction design, prompt-gemini-reference first uses the shared method in prompt-design, then loads only the relevant Gemini references. The dependency is one-way: prompt-design does not require this supplement, and users may choose another Gemini-specific skill instead. When installing skills individually, include the complete prompt-design and prompt-gemini-reference directories, with their references, as siblings under the skill installation root. Installing this plugin includes both. Do not activate duplicate standalone and plugin copies of the same skill.

Target model

prompt-design and agent-workflow-design select the model that will use the resulting instructions or workflow from the request, established conversation context, or the artifact's deployment context. For OpenAI or Codex work with no established target, they default to GPT-6 Astra.

Request or deployment contextDesign target
Create new OpenAI or Codex instructions or a workflow without specifying a targetAstra
Explicitly request GPT-5.6GPT-5.6
Give no new target, but the existing deployment is known to use GPT-5.6Retain GPT-5.6
Ask to migrate GPT-5.6 instructions or a workflow to AstraSwitch the design target to Astra
Specify Gemini or a Gem, or establish that target in the conversationGemini

You do not need to name the model in every request. The skills use evidence about the target; wording style alone cannot reliably identify a model.

The design target does not automatically follow the model running the skill. For example, even when GPT-5.6 runs a skill, an unspecified OpenAI or Codex design target defaults to Astra. Choosing references does not change the running model or deployment settings.

Reference selection

For an explicit or defaulted Astra target, prompt-design reads both SKILL.md and the Astra reference, including for small revisions. The shared skill body owns the design method and reporting guidance, including a compact before/after/reason format when individual changes are easier to assess. Other targets use their applicable guidance; a model-independent wording correction for GPT-5.6 can skip its dedicated reference. Migration or comparison work may need guidance for more than one model. OpenAI API tools and state management have a separate reference when relevant to the request.

prompt-gemini-reference uses the shared prompt-design method and bundled Gemini guidance to deliver the requested prompt or review. It adds Gem, media-input understanding, or image/video generation references only when needed. Ordinary design work can proceed from those references; official sources resolve explicit current-guidance requests, migrations, and consequential facts that available evidence does not establish reliably. Unresolved capabilities do not block independent wording or composition work, but remain identified rather than promised.

The maintained baseline is Gemini 3 and later, without pinning an unspecified minor version or changing the deployment. Omni, Veo, and Imagen use their own version-specific guidance. A Gemini target does not load Astra guidance merely because Codex is designing the prompt.

Input-media prompts address evidence in supplied images, clips, audio, or documents; generation prompts address new or edited media. Requests for prompt text do not authorize generation; when execution is also requested, the chosen Gemini surface needs its own available workflow. Neither this skill nor this plugin supplies that access or silently substitutes another provider.

agent-workflow-design selects references for control and coordination, state and recovery, improvement from evidence, or maintenance records according to the design needs. Its GPT-5.6 supplement applies when retaining, adapting, or comparing a GPT-5.6 workflow and model or runtime differences matter. Model-specific prompting advice remains in prompt-design.

Sources for agent and harness improvement

These sources informed the prompt and workflow guidance, including Agent and harness improvement. They are background reading, not additional execution requirements. Other-model examples offer design options, not evidence of the target model's behavior.

Documentation and evaluation

The following repository documents are in Japanese:

These records distinguish design decisions, static checks, generated instructions or workflows, downstream trials, and untested areas. They do not establish general optimality or production reliability.