II.
LibraryProcess JSON
Structured · livelib-process:shared--composition-open-source-data-validation
methodologies/composition-open-source-data-validation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:shared--composition-open-source-data-validation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "methodologies/composition-open-source-data-validation",
"description": "Open-source data-validation library composition (methodology backlog Example 7):\n composes TDD (red-green-refactor per validation rule) + BDD Specification by Example\n (Gherkin acceptance scenarios per behavior) + Kanban (community-contribution flow:\n Backlog -> In Progress -> Review -> Done, no WIP limit) + XP (collective ownership,\n coding standards, simple design, continuous integration, small releases) + Continuous\n Deployment (stage-promotion pipeline to a public package registry). Requirements are mined\n from community signals into a prioritized RFC; BDD scenarios are authored per rule (parallel);\n rules are implemented test-first on a Kanban board under XP constraints (parallel); an\n executed TDD+BDD suite gate proves a rule -> scenario -> test traceability matrix; an inline\n CD pipeline promotes stage-by-stage as a dry-run; package publish, breaking-change release,\n and community announcement are policy-gated with routed-breakpoint provenance.",
"libraryPath": "library/methodologies/composition-open-source-data-validation/composition-open-source-data-validation.js",
"example": "const result = await orchestrate('methodologies/composition-open-source-data-validation', {\n libraryName: 'valides',\n libraryDescription: 'A schema-first data validation framework for JavaScript',\n communitySignals: 'Users want async validators and clearer error messages (#12, #34).',\n currentVersion: '1.2.0',\n });",
"usesAgents": [
"community-product-owner",
"rfc-author",
"bdd-scenario-author",
"kanban-triager",
"tdd-xp-implementer",
"ci-runner",
"maintainer-reviewer",
"suite-executor",
"semver-analyst",
"cd-pipeline-runner",
"release-publisher",
"release-scribe",
"community-manager",
"xp-kanban-facilitator"
]
},
"outgoingEdges": [
{
"from": "lib-process:shared--composition-open-source-data-validation",
"to": "skill-area:acceptance-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--composition-open-source-data-validation",
"to": "skill-area:continuous-delivery",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--composition-open-source-data-validation",
"to": "topic:test-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--composition-open-source-data-validation",
"to": "topic:behavior-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--composition-open-source-data-validation",
"to": "topic:continuous-deployment",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:shared--composition-open-source-data-validation",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--composition-open-source-data-validation",
"to": "domain:open-source",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--composition-open-source-data-validation",
"to": "role:maintainer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--composition-open-source-data-validation",
"to": "role:contributor",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--composition-open-source-data-validation",
"to": "role:community-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:shared--composition-open-source-data-validation",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--composition-open-source-data-validation",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--composition-open-source-data-validation",
"to": "workflow:community-contribution",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:shared--composition-open-source-data-validation",
"to": "specialization:qa-testing-automation",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--composition-open-source-data-validation",
"to": "specialization:release-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--composition-open-source-data-validation",
"to": "methodology:composition-open-source-data-validation",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}