mismagent-write-infra-notes

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

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/lucolucus/mismagent --skill mismagent-write-infra-notes-lucolucus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mismagent-write-infra-notes
Source: https://github.com/lucolucus/mismagent/tree/main/codex/skills/mismagent-write-infra-notes
Command: npx skills add https://github.com/lucolucus/mismagent --skill mismagent-write-infra-notes-lucolucus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Infrastructure considerations that fall outside the PRD and the contract often get lost or rewritten inconsistently across features. This Skill maintains a single project-level infra-notes.md file that captures deploy units, secrets, persistence, packaging, and CI/CD concerns, and ensures every listed need maps to real work. ## Core Features & Use Cases - Profile-driven templates: Selects between a cross-side/cloud template (deploy units, secrets & identity, CI/CD) and a single-side/desktop template (local DB, backup/restore, packaging, updates) based on the declared profile. - Amend-never-redraft discipline: Drafts the file once during explore, then emits deltas on later features so prior packaging, backup, and update decisions are preserved. - Downstream traceability: Every infra need must map to an infra task/block, an enforced_by ADR, or a CI gate, preventing zombie documentation. - Use Case: While modeling a desktop app feature, invoke this Skill to record the local database migration strategy and per-OS packaging needs, each linked to a concrete task or ADR. ## Quick Start Ask the agent to draft or amend the project's infra-notes.md for the current feature using the template matching the declared profile.

Frequently Asked Questions about mismagent-write-infra-notes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I document infrastructure requirements for a software project?

Create a project-level infra-notes.md that lists deploy units, secrets, persistence, and CI/CD concerns, then map each need to a concrete task, ADR, or CI gate. This Skill generates that file using a template matched to your project profile.

What is the difference between the cloud and desktop infra templates?

The cloud template covers independent deploy units, secrets and identity, scaling, observability, and CI/CD pipelines. The desktop template covers the local stack, database migrations, backup and restore, per-OS packaging, and app updates.

When should infra-notes.md be updated across features?

Update it whenever a new feature introduces infrastructure needs, but only as a delta amendment. The file is drafted once during explore and amended by the architect, never redrafted, so earlier decisions are preserved.

Why must every infra need map to a task, ADR, or gate?

An infra need with no downstream consumer is noise that will be ignored. Mapping each need to an infra task, an enforced_by ADR, or a CI gate guarantees it produces real work or an enforceable constraint.

Can I use this Skill outside the mismAgent methodology?

The templates and amend-not-redraft rules are reusable, but the Skill is designed for mismAgent's explore and model phases and references its manifest, ADR, and verifier conventions.