55 lines
1.6 KiB
Markdown
55 lines
1.6 KiB
Markdown
# Skills-Vault Capability Requests
|
|
|
|
This directory holds supplier requests for reusable deterministic automation capabilities that should be implemented or maintained in:
|
|
|
|
```text
|
|
C:\Users\wangq\Documents\Codex\skills-vault
|
|
```
|
|
|
|
Use this directory when a CCPE Agent, Runtime, Committee, Skill, or Integration Registration needs an automation Skill, script-backed helper, batch processor, validation helper, file/package audit, export utility, or deterministic tool workflow.
|
|
|
|
Do not place reusable automation Skill source code in CCPE System. This directory records CCPE's request as the architecture supplier and future consumer.
|
|
|
|
## Request Format
|
|
|
|
Use one Markdown file per request.
|
|
|
|
Recommended filename:
|
|
|
|
```text
|
|
YYYY-MM-DD-short-request-name.md
|
|
```
|
|
|
|
Each request should include:
|
|
|
|
- Capability name
|
|
- Requesting CCPE artifact or planned artifact
|
|
- Product or runtime context
|
|
- Repeated action or friction point
|
|
- Input files and expected outputs
|
|
- Allowed file reads and writes
|
|
- Forbidden actions
|
|
- Validation expectation
|
|
- Reusability rationale
|
|
- Current blocked task
|
|
|
|
## Pause Rule
|
|
|
|
If a CCPE Runtime depends on a missing reusable automation capability, write the request here and mark the runtime integration as planned or blocked. Do not implement script-backed automation inside CCPE System unless the user explicitly redirects ownership.
|
|
|
|
## Integration Rule
|
|
|
|
After `skills-vault` implements and installs a requested capability, CCPE may create an Integration Registration that records:
|
|
|
|
```text
|
|
canonical implementation
|
|
installed path or endpoint
|
|
used_by
|
|
allowed operations
|
|
forbidden operations
|
|
validation
|
|
failure behavior
|
|
status
|
|
version
|
|
```
|