Added project documentation in wiki and established INTENT.md

This commit is contained in:
2026-06-16 00:58:43 +02:00
parent 95b729cc53
commit 71ef5f4734
21 changed files with 1442 additions and 31 deletions

View 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, its 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