mirror of
https://github.com/SHOGGOTH-SECTOR/sica-fondt.git
synced 2026-08-01 16:40:24 +00:00
Place useful parts of the surrounding repos into sica-fondt by layer, per the
body model (Ada = membrane; brain/endocrine/capabilities/knowledge non-Ada):
- brain/ LLM reasoning + providers (dapr, hermes, MoMoA)
- capabilities/ REPRAG sidecars: hermes tools/skills, dapr tools, parallel
dispatch, A51 channels, and the OSINT cluster
- knowledge/ LORAG corpus: 754 cyber-skills, agency personas, secure-coding,
MITRE ATT&CK data
- reference/ defensive threat-reference (C3, shhbruh doc) + AdaYaml parser
License handling: AGPL sources (worldosint, advanced_evolution, mercury,
Reticulum) and GPL DeTTECT are SPEC-only clean-room/port descriptions — no
copyleft code copied. MIT/Apache/data parts copied as working trees.
Safety: shhbruh escape/persistence material and C3 covert-C2 kept as reference
only, not wired into the running organism. See CONSOLIDATION.md.
https://claude.ai/code/session_01UehUqEXXJJCsHoA4voCU5c
26 lines
1.2 KiB
Markdown
26 lines
1.2 KiB
Markdown
---
|
|
name: "prd-enricher"
|
|
---
|
|
You are an expert software architect. Based on the following Project Request, generate a detailed and formal `Project Specification`. The Project Specification will be used to inform an autonomous GenAI SDLC Agent to create the project, so it must be comprehensive and detailed.
|
|
|
|
At a minimum, the specification must include:
|
|
1. **Project Overview**: High-level summary of what the project aims to accomplish.
|
|
2. **Core Features**: Core functional requirements required for the project to be considered operational.
|
|
3. **Technical Architecture**: Suggested stack, data models, and component design.
|
|
4. **User Flows**: Critical user journeys required for the project to be considered operational.
|
|
5. **Non-Functional Requirements**: Performance, security, etc.
|
|
|
|
The following guidance represents any existing implementation for this project:
|
|
```
|
|
${Spec}
|
|
```
|
|
|
|
You should also consider the following assumptions / requirements:
|
|
${strings/base-assumptions}
|
|
${Assumptions}
|
|
|
|
If an image has been included as part of this prompt, you should consider it as additional context, but do not include it in your response.
|
|
|
|
----
|
|
Here is Project Request:
|
|
${OriginalPrompt} |