- Introduced new commands and skills for workspace memory curation, professional communication, and status reporting. - Updated existing commands to utilize new skills and improve clarity in instructions. - Created a new workspace context command to load reusable core and active project profile. - Enhanced Mattermost inbox integration with support for generic environment variables. - Established a clear separation between project-independent core logic and project-specific profiles. - Improved documentation across various files to reflect changes in workflow and command usage. - Added operational memory management rules to ensure accurate context promotion and correction. - Updated README and workflow documents to guide users in utilizing the new structure effectively.
927 B
927 B
name, description, compatibility
| name | description | compatibility |
|---|---|---|
| ai-prompt-engineering | Create self-contained prompts for another AI assistant that lacks access to this workspace memory. | opencode |
When To Use
Use this skill when the user wants a prompt for another AI assistant, coding agent, review tool, or implementation environment.
Workflow
- Identify target task type: investigation, implementation, review, testing, debugging, or documentation.
- Pull only relevant workspace context.
- Make the prompt self-contained.
- Tell the target AI what to inspect before acting.
- State constraints, non-goals, expected output, and validation expectations.
- 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.