mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-09 07:42:39 +02:00
feat: initialize agent and claude skill libraries with comprehensive knowledge bases, workflow templates, and implementation artifacts.
This commit is contained in:
parent
956d8c6322
commit
b35b4337bb
2028 changed files with 565614 additions and 0 deletions
16
.agent/skills/bmad-prfaq/bmad-manifest.json
Normal file
16
.agent/skills/bmad-prfaq/bmad-manifest.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"module-code": "bmm",
|
||||
"capabilities": [
|
||||
{
|
||||
"name": "working-backwards",
|
||||
"menu-code": "WB",
|
||||
"description": "Produces battle-tested PRFAQ document and optional LLM distillate for PRD input.",
|
||||
"supports-headless": true,
|
||||
"phase-name": "1-analysis",
|
||||
"after": ["brainstorming", "perform-research"],
|
||||
"before": ["create-prd"],
|
||||
"is-required": false,
|
||||
"output-location": "{planning_artifacts}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue