Ideas 11
Values 11

Value distribution

ValueDistributionIdeasShare
ai-tooling 1 9.1%
craft 1 9.1%
embedded-backend 1 9.1%
extension-ui 1 9.1%
hardware-manufacturing 1 9.1%
industrial-control 1 9.1%
legacy-migration 1 9.1%
monorepo-architecture 1 9.1%
refactor-safety 1 9.1%
regulated-software 1 9.1%
testing 1 9.1%

Ideas with this attribute

IdeaValueStatusTagsSummary
agent_context_showcase ai-tooling done ai, mcp, planning Flagship. Context for the agent, not the repo. An agent answers a question about session expiry. Show the repo-dump cost, then MCP file_context returning six ideas and their edges, then the plan the agent writes. Absorbs former agentic-planning and feature-tracking pages.
antipatterns_showcase craft done antipattern, craft Depth. Three ways to write. rq badly. Data instead of pointers, prose restating code, one monolithic file. Showing negative space is a taste signal. Absorbs former data-not-ideas page; expands it.
attribute_dialect_showcase hardware-manufacturing done attributes, extensibility Depth. Attributes as a domain dialect. The full attribute grammar: flags, negated flags, block values, nested and named lists — forms nobody currently knows about. Absorbs former arbitrary-attributes page.
audit_trail_showcase regulated-software done compliance, audit, export Depth. An audit trail you can export. Custom clause / evidence / verified_by attributes, then Completion Status showing the coverage gap, then HTML export as the auditor's deliverable. Domain: regulated software — IEC 62304 or SOC 2. Absorbs former compliance page.
broken_links_showcase refactor-safety done diagnostics, refactor Flagship. Links that break loudly. Someone renames a file. Show the diagnostic, the quick-fix menu, and the rewritten refs. This is the argument against a wiki. Domain: refactor safety, any stack.
firmware_cloud_contract_showcase embedded-backend done integration, cross-stack, embedded Flagship. The contract between firmware and cloud. A 10 Hz sample rate and a 50 ms ingest deadline: one invariant, two codebases, neither of which can express it alone. Absorbs half of former glue-semantics and static-connection.
graph_view_showcase extension-ui done extension, graph Depth. See the whole graph. Needs real captured screenshots or a short loop from the actual Cytoscape view — not fake ASCII arrows dressed as. rq. Aligns with [diagrams_are_never_dressed_as_code].
interlock_showcase industrial-control done industrial, safety, sequencing Flagship. The interlock that must not fail. A safety requirement bound to ["./plc/interlock.stL#41-58"] by symbol and line range, to a vitest case by test name, with an rq-comment in the ST source pointing back. Domain: industrial control / IEC 61131.
legacy_archaeology_showcase legacy-migration done legacy, discovery, deprecation Depth. Archaeology on inherited code. An undocumented function, an rq-comment seeded into it, @ deprecated on the old path, then Deprecation Impact listing everything that breaks. Absorbs former scattered-docs page.
module_surface_showcase monorepo-architecture done modularity, imports, ideasets Depth. A module's published surface. billing / interface. rq exports an ideaset; checkout. rq imports only that; reaching past the boundary is an unresolved-import error. Ideasets-as-public-API is undemonstrated today. Absorbs half of former glue-semantics and module-interface.
test_proves_showcase testing done testing, traceability Depth. What this test actually proves. Keep the intent of the former test-explanation page; upgrade it with a real test-name anchor and the reverse direction from test file back to intent.