بنقرة واحدة
process-feature-request
// Process a feature request or response from another dot-ai project. Reads from tmp directory, implements/integrates, and writes response if needed.
// Process a feature request or response from another dot-ai project. Reads from tmp directory, implements/integrates, and writes response if needed.
Generate a feature request prompt for another dot-ai project. Use when you need a feature implemented in a sibling project (MCP server, controller, etc.) to unblock work in the current project.
Create a git worktree for PRD work with a descriptive branch name. Infers PRD from context or asks user.
Create changelog fragment for release notes. Invoke during /prd-done workflow during the first push to the PR.
Query sibling dot-ai projects to verify features are USABLE (not just defined). IMPORTANT: When calling this skill, explain HOW you plan to use the feature (e.g., 'I need to call X via REST API from the UI' or 'I need to import Y function'). This helps verify the full chain from definition to exposure.
Create a release tag based on accumulated changelog fragments. Run when ready to cut a release.
| name | process-feature-request |
| description | Process a feature request or response from another dot-ai project. Reads from tmp directory, implements/integrates, and writes response if needed. |
| allowed-tools | ["Read","Grep","Glob"] |
Read and process a feature request or response from another dot-ai project.
tmp/feature-request.md (incoming request from another project)tmp/feature-response.md (response to a request we made)# Feature Response from [THIS_PROJECT]
## What Was Implemented
[Brief description of what was built]
## How to Use It
[API signatures, endpoints, types, parameters]
## Examples
[Code examples showing how to call/use the feature]
## Notes
[Any caveats, limitations, or additional context]