feat: add comprehensive agent rules and workflows for memory curation, communication synchronization, and project documentation management
This commit is contained in:
28
.agents/rules/ai-prompt-engineering.md
Normal file
28
.agents/rules/ai-prompt-engineering.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
name: ai-prompt-engineering
|
||||
description: Create self-contained prompts for another AI assistant that lacks access to this workspace memory.
|
||||
compatibility: opencode
|
||||
trigger: always_on
|
||||
glob: ""
|
||||
---
|
||||
|
||||
## When To Use
|
||||
|
||||
Use this skill when the user wants a prompt for another AI assistant, coding agent, review tool, or implementation environment.
|
||||
|
||||
## Workflow
|
||||
|
||||
1. Identify target task type: investigation, implementation, review, testing, debugging, or documentation.
|
||||
2. Pull only relevant workspace context.
|
||||
3. Make the prompt self-contained.
|
||||
4. Tell the target AI what to inspect before acting.
|
||||
5. State constraints, non-goals, expected output, and validation expectations.
|
||||
6. Avoid invented file paths when the implementation repository is not available.
|
||||
|
||||
## Output Rules
|
||||
|
||||
- Return only the prompt unless the user asks for commentary.
|
||||
- Prefer clear sections over long prose.
|
||||
- Include work-item ID and title when relevant.
|
||||
- Make assumptions explicit.
|
||||
|
||||
Reference in New Issue
Block a user