Skip to content

Organize reusable prompt assets#1

Open
sealofyou wants to merge 1 commit into
12996:mainfrom
sealofyou:organize-prompt-assets
Open

Organize reusable prompt assets#1
sealofyou wants to merge 1 commit into
12996:mainfrom
sealofyou:organize-prompt-assets

Conversation

@sealofyou
Copy link
Copy Markdown

Summary

整理当前可复用的提示词资产,并按仓库现有 AGENTS.md 约定拆到规则、模板、记忆和工作记录中。

Changes

  • Add docs/README.md as the documentation entry point.
  • Add prompt management rules under docs/rules/.
  • Add reusable prompt cards under docs/templates/prompts/:
    • global collaboration prompt
    • development execution prompts
    • AI project Harness prompts
    • frontend acceptance prompt
    • prompt card template
  • Add source notes under docs/memories/.
  • Add work log and handoff records under docs/work/.
  • Refresh root readme.md to point to the new documentation entry.

Verification

  • git diff --check
  • trailing whitespace scan with rg
  • manual read of prompt index and handoff

Notes

This is documentation-only. I did not add application code or dependencies.

The repository only had a documentation skeleton, so this adds a small prompt asset layer with an index, management rules, reusable prompt cards, source notes, and handoff records. The structure follows the existing AGENTS.md split between rules, templates, memories, and work logs.

Constraint: Existing AGENTS.md requires durable documentation to be separated by information type

Rejected: Copy raw local prompt files wholesale | raw files mix reusable prompts with local paths and historical scaffolding

Confidence: high

Scope-risk: narrow

Directive: Keep prompt rules in docs/rules and reusable prompt bodies in docs/templates/prompts

Tested: git diff --check; rg trailing whitespace scan; manual read of prompt index and handoff

Not-tested: Markdown rendering on GitHub after push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant