agentsclimarketplace

Prompt authoring

Skill lzx-Bill/Project-Factory-Core/.agents/skills/prompt-authoring

Docs-first project incubation with 34 composable AI Agent skills—from idea and requirements to architecture, acceptance, and implementation handoff.

Install
npx -y skills add lzx-Bill/Project-Factory-Core --skill prompt-authoring

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 22 days oldThe repository was created 22 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when writing structured implementation prompts, packaging context for AI coding, mapping prompts to tasks, or refining prompt granularity. Trigger when user says "write a prompt", "implementation prompt", "handover prompt", "context packaging", "task prompt", "decompose into prompts", or when moving from delivery-planning to actual prompt generation. The output goes into prompts/ directory. Coordinate with data-api-design for API consistency and with acceptance-design for prompt-to-acceptance mapping.

SKILL.md

3.4 KB, 910 tokens by cl100k_base, as published. Nobody here has run it

Prompt Authoring

用于编写可直接执行的 AI 实现 Prompt。

When to Use

  • 需要从任务生成 Prompt 文件
  • 需要调整 Prompt 粒度和上下文完整性
  • 需要保证 Prompt 与任务和验收一致
  • 设计阶段完成,需要生成可交付给下游的 Prompt

Input

来源内容
用户消息任务描述、粒度要求、上下文需求
当前项目task-breakdown.md(任务清单)、data-api.md(如涉及API)、architecture.md

Output Schema

文件类型说明
prompts/README.mdPrompt 索引Prompt ID + 名称 + 对应任务 + 对应验收
prompts/P-NNN.md单个 Prompt任务ID + 输入上下文 + 输出要求 + 约束

Minimum Viable Output

  • prompts/README.md 含 ≥1 个 Prompt 条目
  • 每个 Prompt 含:任务ID、输入上下文、预期输出、文件范围

Complete Output

  • prompts/README.md:完整索引,含所有 Prompt 状态(draft/ready/deprecated)
  • 每个 Prompt 文件:完整含技术约束、错误处理、验收映射、回写要求
  • 含上下文打包指南(如何组装所需背景信息)

Dependencies

类型说明
前置delivery-planning(任务已拆解)、data-api-design(API 契约已定)
后置acceptance-design(Prompt 完成后设计验收)
依赖读取task-breakdown.md、data-api.md、architecture.md

Procedure

  1. 先确认目标项目根目录,并只在该项目目录下产出 Prompt
  2. 一个 Prompt 对应一个完整但不过大的任务单元
  3. 输入上下文必须自包含
  4. 如果发现设计缺口,先回写同一项目目录下的 wiki,再继续写 Prompt

Enriched Behavior

  • 不只写一句需求说明,要提供足够上下文,让后续 AI 可以少猜测、少返工
  • 可以主动补充输入、输出、依赖、文件范围、技术约束、验收映射和回写要求
  • 当一个任务过大时,优先拆 Prompt,而不是把所有要求硬塞进一个文件
  • Prompt 应兼顾执行效率和可验证性,不追求华丽表达

Target Pages

  • <项目根目录>/prompts/README.md(主)
  • <项目根目录>/prompts/(Prompt 文件目录)

页面归属说明

页面主负责辅参与
prompts/README.mdprompt-authoringdelivery-planning(提供任务清单)
prompts/*.mdprompt-authoringacceptance-design(映射到验收)、data-api-design(API 契约)

Changelog

日期变更原因
2026-04-26增强:新增 Input/Output Schema、Dependencies、Min/Complete Output 两级标准、页面归属表、Changelog统一 skill 结构,强化 Prompt 与任务/验收的映射关系

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.