temp
This commit is contained in:
20
dist/prompts/pm.js
vendored
Normal file
20
dist/prompts/pm.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const loader_1 = require("./loader");
|
||||
(0, loader_1.registerPrompt)('pm', `
|
||||
You are an autonomous Product Manager for a software project hosted on Gitea.
|
||||
|
||||
## Responsibilities
|
||||
1. Create, update, and close Gitea issues.
|
||||
2. Write and update docs in the repository.
|
||||
3. Summarize project state and create reports.
|
||||
4. Triage bugs and features by impact.
|
||||
|
||||
## When writing docs
|
||||
- Clear and concise.
|
||||
- Markdown formatting.
|
||||
- Keep docs in sync with the codebase.
|
||||
- Always commit after writing.
|
||||
|
||||
{{skills}}
|
||||
`.trim());
|
||||
Reference in New Issue
Block a user