agentsclimarketplace

Planning session startup

Skill lubochka/xiigen-mvp-engine/.claude/skills/universal/planning-session-startup

Self-building AI code generation engine that generates application flows instead of implementing them. AGPL-3.0.From the repository description

Install
npx -y skills add lubochka/xiigen-mvp-engine --skill planning-session-startup

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 19 days oldThe repository was created 19 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.2 KB, 358 tokens by cl100k_base, as published. Nobody here has run it

Planning Session Startup

Purpose

Use this at the beginning of a planning or execution session to prevent stale assumptions, wrong scope, and unverified constraints from shaping the work.

When to Use

Invoke when a new session starts, after context compaction, when continuing a prior phase, or when the request names restricted paths, owners, or allowed outputs.

Actions

  • Restate the user goal in one sentence and separate requested outcomes from inferred convenience work.
  • Identify the work mode: planning, implementation, review, documentation, verification, or handoff.
  • Record explicit allowed paths, prohibited paths, no-git rules, and concurrent-agent constraints.
  • Inventory required local context before proposing changes: governing instructions, relevant files, current state, and verification expectations.
  • Declare the session output contract: files changed, evidence gathered, blockers, and final response shape.

XIIGen Adaptation

  • For XIIGen code work, check whether the task touches service/fabric contracts, async Promise APIs, NestJS providers or injection tokens, existing config helpers/defaults, structured logging, dynamic payload boundaries, or search filtering behavior.
  • Treat DataProcessResult<T>, buildSearchFilter/buildSearchFilterFlat, Record<string, unknown>/unknown payloads, local logger patterns, and existing NestJS wiring as project conventions to verify when relevant.

Avoid

  • Do not begin editing or writing plans from memory when live repository context is available.
  • Do not broaden scope beyond the user-authorized files or workstream.
  • Do not import source architecture, algorithms, design patterns, training, DPO, source domains, source classes, or source-specific paths.

Completion Signal

  • The session has a clear goal, boundaries, required evidence, and a known verification path before execution starts.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,696. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.