From 08d4a56c28601a7b3b03b0f86dc9c3f0cce2c831 Mon Sep 17 00:00:00 2001 From: tegwick Date: Sat, 22 Aug 2026 18:47:53 +0200 Subject: [PATCH] docs(ITC-WP-0017): plan AgenticDrivesFunctional pattern Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a025c2-407a-7a32-b40a-f37a52f03f62 --- .../ITC-WP-0017-agentic-drives-functional.md | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 workplans/ITC-WP-0017-agentic-drives-functional.md diff --git a/workplans/ITC-WP-0017-agentic-drives-functional.md b/workplans/ITC-WP-0017-agentic-drives-functional.md new file mode 100644 index 0000000..b5eabd1 --- /dev/null +++ b/workplans/ITC-WP-0017-agentic-drives-functional.md @@ -0,0 +1,69 @@ +--- +id: ITC-WP-0017 +type: workplan +title: "AgenticDrivesFunctional PracticePattern" +domain: infotech +topic_slug: canon +repo: info-tech-canon +status: active +priority: medium +created: "2026-08-22" +updated: "2026-08-22" +owner: codex +related: + - ITC-WP-0016 +spec_refs: + - infospace/patterns/PracticePatternScheme.md + - infospace/patterns/AgenticDrivesFunctional.md +--- + +# ITC-WP-0017 — AgenticDrivesFunctional PracticePattern + +## Goal + +Name and document the practice of using agentic cross-repository work records +as a flexible demand-discovery channel, then converting repeated, stable demand +into direct functional service interfaces that reduce latency, token use, cost, +and approval relays. + +## T01 — Define the practice + +```task +id: ITC-WP-0017-T01 +status: progress +priority: high +``` + +Document the context, forces, solution, feedback dynamics, invariants, evidence, +consequences, and failure modes. Preserve repository ownership and explicit +third-party approval boundaries while making the direct-interface-first rule +clear. + +## T02 — Register and publish the pattern + +```task +id: ITC-WP-0017-T02 +status: pending +priority: medium +``` + +Register the artifact and its relationship to `InterfaceDeprecationStrangler`, +add it to the pattern catalog, refresh generated retrieval assets, and validate +the canon. + +## Acceptance + +- [ ] `AgenticDrivesFunctional` conforms to PracticePattern v0.1. +- [ ] The pattern distinguishes direct interfaces from cross-repo task routing. +- [ ] Repetition is treated as evidence for interface review, not an automatic + mandate to build an interface. +- [ ] Interfaces preserve authorization, credential custody, and third-party + approval boundaries. +- [ ] The pattern is registered, retrieval-visible, validated, committed, and + synchronized. + +## Out of scope + +- Implementing a new service API, CLI, or MCP interface in a consumer repo. +- Defining one universal numeric threshold for interface extraction. +- Replacing agentic communication for novel, ambiguous, or exceptional work.