Generate a complete PRP for general feature implementation with thorough research. Ensure context is passed to the AI agent to enable self-validation and iterative refinement. Read the feature file first to understand what needs to be created, how the examples provided help, and any other considerations.
Based on the High Level Prompt follow the Workflow, to create a new prompt in the Specified Format. Before you start, WebFetch everything in the Documentation.
Runs before the agent uses a tool, executing pre_tool_use.py and send_event.py via uv with --source-app, --event-type and --summarize (2 commands). From lroy-stack/ai-pod-store.
Runs after a tool call finishes, executing post_tool_use.py and send_event.py via uv with --source-app, --event-type and --summarize (2 commands). From lroy-stack/ai-pod-store.
Runs when the agent sends a notification, executing notification.py and send_event.py via uv with --source-app, --event-type and --summarize (2 commands). From lroy-stack/ai-pod-store.
Runs when the agent finishes a response, executing stop.py and send_event.py via uv with --chat, --source-app, --event-type and --add-chat (2 commands). From lroy-stack/ai-pod-store.
Runs when a subagent finishes, executing subagent_stop.py and send_event.py via uv with --source-app and --event-type (2 commands). From lroy-stack/ai-pod-store.
Runs before the context is compacted, executing pre_compact.py and send_event.py via uv with --source-app and --event-type (2 commands). From lroy-stack/ai-pod-store.
Runs when you submit a prompt, before the agent sees it, executing user_prompt_submit.py and send_event.py via uv with --log-only, --store-last-prompt, --name-agent, --source-app, --event-type and --summarize (2 commands). From lroy-stack/ai-pod-store.
Runs when a session starts, executing session_start.py and send_event.py via uv with --source-app and --event-type (2 commands). From lroy-stack/ai-pod-store.
Runs when a session ends, executing session_end.py and send_event.py via uv with --source-app and --event-type (2 commands). From lroy-stack/ai-pod-store.
Comprehensive audit of the SKAPARA admin panel for production readiness. Use when asked to audit the admin, review admin security, assess admin CRUD operations, or verify the admin panel is ready for production. Covers iron-session auth, RBAC, product/order/customer/design management, SSE real-time updates, bulk…