Lucolucus avatar

Lucolucus

Community

@lucolucus · italy

1Followers
|
6Public Repos
|
51Published Skills

Lucolucus maintains mismAgent, a DDD architecture-driven build system that turns domain models into manifests, OpenAPI contracts, and verified code blocks.

Skills Distribution
DomainDeveloper To...Domain-Driven Desi.. (35%)Test-Driven Block .. (25%)Contract-First API.. (20%)Build Orchestratio.. (20%)

Agent Skills by Lucolucus

Showing 51 vetted skills indexed across 1 GitHub repositories.

lucolucuslucolucus

seam-cross-deploy

Projects cross-deploy boundaries into OpenAPI contracts with Pact consumer-driven contract verification.

Community
Advanced
lucolucuslucolucus

create-contract

Reconciles cross-deploy boundary operations into a single executable OpenAPI contract.

Community
Advanced
lucolucuslucolucus

realize-adapter

Implements Port adapters and persistence repositories with contract and round-trip tests.

Community
Advanced
lucolucuslucolucus

write-task

Writes spike and cleanup node files for mismAgent feature task folders.

Community
Intermediate
lucolucuslucolucus

ux-designer

Generates UI concepts, layouts, and component breakdowns with data views for feature design.

Community
Intermediate
lucolucuslucolucus

realize-ui

Implements UI blocks as testable presenters with thin views and mandatory render checks.

Community
Intermediate
lucolucuslucolucus

realize-port

Implements consumer-owned port interfaces with reusable contract tests for inter-context boundaries.

Community
Intermediate
lucolucuslucolucus

write-infra-notes

Writes and amends project-level infrastructure notes mapping infra needs to tasks, ADRs, and CI gates.

Community
Intermediate
lucolucuslucolucus

run-app-smoke

Launches the app and records render-check evidence for UI blocks.

Community
Intermediate
lucolucuslucolucus

write-adr

Writes Architecture Decision Records with executable grep-based enforcement rules for automated verification.

Community
Advanced
lucolucuslucolucus

code-review

Reviews a block's git diff adversarially for correctness bugs, edge cases, and unsatisfied acceptance criteria.

Community
Advanced
lucolucuslucolucus

realize-application-service

Implements a thin application service that orchestrates aggregates and ports without duplicating domain rules.

Community
Intermediate
lucolucuslucolucus

explore

Transforms a raw feature idea into a product brief and domain context map through structured dialogue.

Community
Advanced
lucolucuslucolucus

write-code-rules

Writes project code-rules.md with enforcement channels for each deliberated coding rule.

Community
Intermediate
lucolucuslucolucus

write-tactical-model

Writes per-feature tactical-model.md files capturing aggregates, invariants, domain events, and commands.

Community
Intermediate
lucolucuslucolucus

readiness-gate

Validates a building-block manifest against the worker-composer Phase 1 survival test before build launch.

Community
Intermediate
lucolucuslucolucus

realize-read-model

Implements CQRS read-model projections with consumer-driven view contract tests.

Community
Advanced
lucolucuslucolucus

realize-scaffold

Creates the minimal buildable project skeleton so the side's gate runs green on an empty tree.

Community
Advanced
lucolucuslucolucus

harvest-dev-architecture

Extracts real coding conventions from completed code blocks into a reusable dev-architecture skill.

Community
Intermediate
lucolucuslucolucus

write-context-map

Writes and amends a project-level DDD context map with bounded contexts and ubiquitous language.

Community
Intermediate
lucolucuslucolucus

seam-in-process

Implements in-process boundaries as code interfaces with consumer-driven contract tests.

Community
Intermediate
lucolucuslucolucus

realize-aggregate

Implements a DDD Aggregate root with confined invariants and invariant tests.

Community
Advanced
lucolucuslucolucus

build-manifest

Generates the building-blocks.yaml manifest and derived block files bridging tactical model to build.

Community
Advanced
lucolucuslucolucus

mismagent-realize-read-model

Implements CQRS read-model projections with consumer-driven view contract tests.

Community
Advanced

Frequently Asked Questions About Lucolucus

FAQPage Schema
What tasks can I accomplish with Lucolucus's mismAgent skills?

You can explore ideas into domain models and context maps, emit building-block manifests, reconcile OpenAPI contracts for cross-deploy boundaries, realize aggregates, ports, adapters, read-models and UI blocks with tests, run render-proof smoke checks, and coordinate wave-based builds via the worker-composer.

Who are the mismAgent skills designed for?

They target software architects and engineers practicing Domain-Driven Design who want an architecture-driven build flow: strategic context mapping, tactical modeling of aggregates and invariants, contract-first boundaries, and verified block-by-block implementation with enforced ADRs and code rules.

How does a typical mismAgent build run in practice?

Start with explore to produce a context map, then model to emit the building-blocks manifest and OpenAPI contract. The worker-composer reads the manifest, builds blocks in waves (scaffold first, boundary owners before consumers), keeps each block green at D1 and each seam green at D2 via contract tests.

What prerequisites does mismAgent require before building?

The readiness gate and worker-composer Phase 1 require a complete manifest: pinned boundary types, contract_test, projection choice (in-process or cross-deploy), concrete tests_nl and acceptance criteria, an executable gate, and git present. Cross-deploy contracts additionally require contract_form: openapi.

How does mismAgent verify code quality beyond compilation?

It layers a structural verifier checking mechanical ADR enforced_by lint rules, an adversarial fresh-context code review with Blind Hunter, Edge Case Hunter and Acceptance Auditor lenses, and run-app-smoke that launches the real app to record render-proof evidence for UI blocks.