Added project documentation in wiki and established INTENT.md
This commit is contained in:
parent
95b729cc53
commit
71ef5f4734
21 changed files with 1442 additions and 31 deletions
17
wiki/ComposableCapability.md
Normal file
17
wiki/ComposableCapability.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
ComposableCapability
|
||||
|
||||
*Standard for self-contained units of operational knowledge*
|
||||
|
||||
# Conceptual Foundation: ComposableCapabilities
|
||||
|
||||
## Core Idea
|
||||
|
||||
A **Composable Capability** is a self-contained unit of reusable functionality — a modular building block that encapsulates not just code, but also *intent*, *interfaces*, and *knowledge*.
|
||||
Each capability is organized as a repository and can be composed with others to build higher-level systems or workflows.
|
||||
|
||||
Motivation
|
||||
|
||||
In AI-assisted or “Vibe Coding” workflows, it’s not enough to reuse functions or APIs. You need *contextually complete* units — something that captures *how* to use a function, **why** it exists, and **what it depends on**.
|
||||
ComposableCapabilities turn code reuse into *knowledge reuse*.
|
||||
|
||||
xxx
|
||||
Loading…
Add table
Add a link
Reference in a new issue