cfsa-antigravity 3.1.1 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
- package/template/{.agent → .agents}/instructions/structure.md +2 -2
- package/template/{.agent → .agents}/instructions/tech-stack.md +2 -2
- package/template/{.agent → .agents}/instructions/workflow.md +6 -6
- package/template/{.agent → .agents}/rules/completion-checklist.md +1 -1
- package/template/{.agent → .agents}/rules/extensibility.md +1 -1
- package/template/{.agent → .agents}/rules/vertical-slices.md +1 -1
- package/template/{.agent → .agents}/skill-library/MANIFEST.md +7 -7
- package/template/{.agent → .agents}/skill-library/README.md +3 -3
- package/template/{.agent → .agents}/skill-library/meta/claude-code/README.md +1 -1
- package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/SKILL.md +4 -4
- package/template/{.agent → .agents}/skill-library/surface/web/frontend-design/SKILL.md +1 -1
- package/template/{.agent → .agents}/skill-library/surface/web/frontend-verification/SKILL.md +3 -3
- package/template/{.agent/workflows/audit-ambiguity.md → .agents/skills/audit-ambiguity/SKILL.md} +6 -6
- package/template/{.agent/workflows/audit-ambiguity-execute.md → .agents/skills/audit-ambiguity-execute/SKILL.md} +3 -3
- package/template/{.agent/workflows/audit-ambiguity-rubrics.md → .agents/skills/audit-ambiguity-rubrics/SKILL.md} +13 -13
- package/template/{.agent/workflows/bootstrap-agents.md → .agents/skills/bootstrap-agents/SKILL.md} +8 -8
- package/template/{.agent/skills/bootstrap-agents/SKILL.md → .agents/skills/bootstrap-agents/library-skill.md} +13 -13
- package/template/{.agent/workflows/bootstrap-agents-fill.md → .agents/skills/bootstrap-agents-fill/SKILL.md} +10 -10
- package/template/{.agent/workflows/bootstrap-agents-provision.md → .agents/skills/bootstrap-agents-provision/SKILL.md} +10 -10
- package/template/{.agent/workflows/create-prd.md → .agents/skills/create-prd/SKILL.md} +17 -17
- package/template/{.agent/workflows/create-prd-architecture.md → .agents/skills/create-prd-architecture/SKILL.md} +19 -19
- package/template/{.agent/workflows/create-prd-compile.md → .agents/skills/create-prd-compile/SKILL.md} +17 -17
- package/template/{.agent/workflows/create-prd-design-system.md → .agents/skills/create-prd-design-system/SKILL.md} +15 -15
- package/template/{.agent/workflows/create-prd-security.md → .agents/skills/create-prd-security/SKILL.md} +14 -14
- package/template/{.agent/workflows/create-prd-stack.md → .agents/skills/create-prd-stack/SKILL.md} +14 -14
- package/template/{.agent → .agents}/skills/database-schema-design/SKILL.md +3 -3
- package/template/{.agent/workflows/decompose-architecture.md → .agents/skills/decompose-architecture/SKILL.md} +8 -8
- package/template/{.agent/workflows/decompose-architecture-structure.md → .agents/skills/decompose-architecture-structure/SKILL.md} +8 -8
- package/template/{.agent/workflows/decompose-architecture-validate.md → .agents/skills/decompose-architecture-validate/SKILL.md} +7 -7
- package/template/{.agent → .agents}/skills/error-handling-patterns/SKILL.md +1 -1
- package/template/{.agent/workflows/evolve-contract.md → .agents/skills/evolve-contract/SKILL.md} +10 -10
- package/template/{.agent/workflows/evolve-feature.md → .agents/skills/evolve-feature/SKILL.md} +4 -4
- package/template/{.agent/workflows/evolve-feature-cascade.md → .agents/skills/evolve-feature-cascade/SKILL.md} +7 -7
- package/template/{.agent/workflows/evolve-feature-classify.md → .agents/skills/evolve-feature-classify/SKILL.md} +4 -4
- package/template/{.agent → .agents}/skills/find-skills/SKILL.md +1 -1
- package/template/{.agent → .agents}/skills/idea-extraction/SKILL.md +5 -5
- package/template/{.agent/workflows/ideate.md → .agents/skills/ideate/SKILL.md} +7 -7
- package/template/{.agent/workflows/ideate-discover.md → .agents/skills/ideate-discover/SKILL.md} +5 -5
- package/template/{.agent/workflows/ideate-extract.md → .agents/skills/ideate-extract/SKILL.md} +9 -9
- package/template/{.agent/workflows/ideate-validate.md → .agents/skills/ideate-validate/SKILL.md} +8 -8
- package/template/{.agent/workflows/implement-slice.md → .agents/skills/implement-slice/SKILL.md} +4 -4
- package/template/{.agent/workflows/implement-slice-setup.md → .agents/skills/implement-slice-setup/SKILL.md} +12 -12
- package/template/{.agent/workflows/implement-slice-tdd.md → .agents/skills/implement-slice-tdd/SKILL.md} +19 -19
- package/template/{.agent → .agents}/skills/migration-management/SKILL.md +1 -1
- package/template/{.agent → .agents}/skills/parallel-agents/SKILL.md +1 -1
- package/template/{.agent/workflows/plan-phase.md → .agents/skills/plan-phase/SKILL.md} +2 -2
- package/template/{.agent/workflows/plan-phase-preflight.md → .agents/skills/plan-phase-preflight/SKILL.md} +5 -5
- package/template/{.agent/workflows/plan-phase-write.md → .agents/skills/plan-phase-write/SKILL.md} +7 -7
- package/template/{.agent → .agents}/skills/prd-templates/references/bootstrap-verification-protocol.md +6 -6
- package/template/{.agent → .agents}/skills/prd-templates/references/decision-confirmation-protocol.md +1 -1
- package/template/{.agent → .agents}/skills/prd-templates/references/decision-propagation.md +3 -3
- package/template/{.agent → .agents}/skills/prd-templates/references/engagement-tier-protocol.md +1 -1
- package/template/{.agent → .agents}/skills/prd-templates/references/evolution-layer-guidance.md +2 -2
- package/template/{.agent → .agents}/skills/prd-templates/references/folder-seeding-protocol.md +5 -5
- package/template/{.agent → .agents}/skills/prd-templates/references/input-classification.md +1 -1
- package/template/{.agent → .agents}/skills/prd-templates/references/map-guard-protocol.md +2 -2
- package/template/{.agent → .agents}/skills/prd-templates/references/persona-completeness-gate.md +1 -1
- package/template/{.agent → .agents}/skills/prd-templates/references/placeholder-workflow-mapping.md +1 -1
- package/template/{.agent → .agents}/skills/prd-templates/references/shard-boundary-analysis.md +1 -1
- package/template/{.agent → .agents}/skills/prd-templates/references/skill-loading-protocol.md +3 -3
- package/template/{.agent → .agents}/skills/prd-templates/references/spec-coverage-sweep.md +1 -1
- package/template/{.agent → .agents}/skills/prd-templates/references/workflow-checkpoint-protocol.md +1 -1
- package/template/{.agent/workflows/propagate-decision.md → .agents/skills/propagate-decision/SKILL.md} +4 -4
- package/template/{.agent/workflows/propagate-decision-apply.md → .agents/skills/propagate-decision-apply/SKILL.md} +6 -6
- package/template/{.agent/workflows/propagate-decision-scan.md → .agents/skills/propagate-decision-scan/SKILL.md} +5 -5
- package/template/{.agent/workflows/remediate-pipeline.md → .agents/skills/remediate-pipeline/SKILL.md} +4 -4
- package/template/{.agent/workflows/remediate-pipeline-assess.md → .agents/skills/remediate-pipeline-assess/SKILL.md} +8 -8
- package/template/{.agent/workflows/remediate-pipeline-execute.md → .agents/skills/remediate-pipeline-execute/SKILL.md} +6 -6
- package/template/{.agent/workflows/remediate-shard-split.md → .agents/skills/remediate-shard-split/SKILL.md} +5 -5
- package/template/{.agent/workflows/resolve-ambiguity.md → .agents/skills/resolve-ambiguity/SKILL.md} +1 -1
- package/template/{.agent/skills/resolve-ambiguity/SKILL.md → .agents/skills/resolve-ambiguity/library-skill.md} +4 -4
- package/template/{.agent → .agents}/skills/session-continuity/SKILL.md +1 -1
- package/template/{.agent → .agents}/skills/session-continuity/protocols/01-session-resumption.md +1 -1
- package/template/{.agent → .agents}/skills/session-continuity/protocols/02-progress-generation.md +1 -1
- package/template/{.agent → .agents}/skills/session-continuity/protocols/03-progress-update.md +1 -1
- package/template/{.agent → .agents}/skills/session-continuity/protocols/04-pattern-extraction.md +1 -1
- package/template/{.agent → .agents}/skills/session-continuity/protocols/05-session-close.md +1 -1
- package/template/{.agent → .agents}/skills/session-continuity/protocols/06-decision-analysis.md +1 -1
- package/template/{.agent → .agents}/skills/session-continuity/protocols/07-spec-pipeline-generation.md +1 -1
- package/template/{.agent → .agents}/skills/session-continuity/protocols/08-spec-pipeline-update.md +1 -1
- package/template/{.agent → .agents}/skills/session-continuity/protocols/09-parallel-claim.md +1 -1
- package/template/{.agent → .agents}/skills/session-continuity/protocols/10-placeholder-verification-gate.md +3 -3
- package/template/{.agent → .agents}/skills/session-continuity/protocols/11-parallel-synthesis.md +1 -1
- package/template/{.agent → .agents}/skills/session-continuity/protocols/ambiguity-gates.md +1 -1
- package/template/{.agent/workflows/setup-workspace.md → .agents/skills/setup-workspace/SKILL.md} +3 -3
- package/template/{.agent/workflows/setup-workspace-cicd.md → .agents/skills/setup-workspace-cicd/SKILL.md} +5 -5
- package/template/{.agent/workflows/setup-workspace-data.md → .agents/skills/setup-workspace-data/SKILL.md} +4 -4
- package/template/{.agent/workflows/setup-workspace-hosting.md → .agents/skills/setup-workspace-hosting/SKILL.md} +6 -6
- package/template/{.agent/workflows/setup-workspace-scaffold.md → .agents/skills/setup-workspace-scaffold/SKILL.md} +8 -8
- package/template/{.agent → .agents}/skills/skill-creator/SKILL.md +11 -11
- package/template/{.agent/workflows/sync-kit.md → .agents/skills/sync-kit/SKILL.md} +10 -10
- package/template/{.agent → .agents}/skills/tdd-workflow/SKILL.md +1 -1
- package/template/{.agent → .agents}/skills/testing-strategist/SKILL.md +1 -1
- package/template/{.agent/workflows/update-architecture-map.md → .agents/skills/update-architecture-map/SKILL.md} +6 -6
- package/template/{.agent/workflows/validate-phase.md → .agents/skills/validate-phase/SKILL.md} +4 -4
- package/template/{.agent/workflows/validate-phase-quality.md → .agents/skills/validate-phase-quality/SKILL.md} +7 -7
- package/template/{.agent/workflows/validate-phase-readiness.md → .agents/skills/validate-phase-readiness/SKILL.md} +8 -8
- package/template/{.agent/workflows/verify-infrastructure.md → .agents/skills/verify-infrastructure/SKILL.md} +9 -9
- package/template/{.agent/workflows/write-architecture-spec.md → .agents/skills/write-architecture-spec/SKILL.md} +5 -5
- package/template/{.agent/workflows/write-architecture-spec-deepen.md → .agents/skills/write-architecture-spec-deepen/SKILL.md} +8 -8
- package/template/{.agent/workflows/write-architecture-spec-design.md → .agents/skills/write-architecture-spec-design/SKILL.md} +14 -14
- package/template/{.agent/workflows/write-be-spec.md → .agents/skills/write-be-spec/SKILL.md} +6 -6
- package/template/{.agent/workflows/write-be-spec-classify.md → .agents/skills/write-be-spec-classify/SKILL.md} +5 -5
- package/template/{.agent/workflows/write-be-spec-write.md → .agents/skills/write-be-spec-write/SKILL.md} +11 -11
- package/template/{.agent/workflows/write-fe-spec.md → .agents/skills/write-fe-spec/SKILL.md} +6 -6
- package/template/{.agent/workflows/write-fe-spec-classify.md → .agents/skills/write-fe-spec-classify/SKILL.md} +11 -11
- package/template/{.agent/workflows/write-fe-spec-write.md → .agents/skills/write-fe-spec-write/SKILL.md} +12 -12
- package/template/.claude/skills/plan-phase/SKILL.md +27 -5
- package/template/.codex/skills/plan-phase/SKILL.md +27 -5
- package/template/.factory/README.md +1 -1
- package/template/.factory/skills/plan-phase/SKILL.md +27 -5
- package/template/.memory/migrate/migrate-legacy.mjs +1 -1
- package/template/.memory/pipeline/compile.mjs +3 -7
- package/template/.memory/pipeline/kit-sync.md +4 -4
- package/template/.memory/wiki-home.md +3 -3
- package/template/AGENTS.md +17 -17
- package/template/CLAUDE.md +6 -6
- package/template/GEMINI.md +21 -21
- package/template/docs/README.md +1 -1
- package/template/docs/kit-architecture.md +9 -9
- package/template/docs/progress-state-catalog.md +1 -1
- package/template/.memory/pipeline/mirror-plans.mjs +0 -110
- /package/template/{.agent → .agents}/PRDS/codex-runtime-support.md +0 -0
- /package/template/{.agent → .agents}/TASKS/codex-runtime-support.md +0 -0
- /package/template/{.agent → .agents}/instructions/commands.md +0 -0
- /package/template/{.agent → .agents}/instructions/example.md +0 -0
- /package/template/{.agent → .agents}/instructions/patterns.md +0 -0
- /package/template/{.agent → .agents}/rules/boundary-not-placeholder.md +0 -0
- /package/template/{.agent → .agents}/rules/debug-by-test.md +0 -0
- /package/template/{.agent → .agents}/rules/decision-classification.md +0 -0
- /package/template/{.agent → .agents}/rules/memory-capture.md +0 -0
- /package/template/{.agent → .agents}/rules/question-vs-command.md +0 -0
- /package/template/{.agent → .agents}/rules/security-first.md +0 -0
- /package/template/{.agent → .agents}/rules/single-question.md +0 -0
- /package/template/{.agent → .agents}/rules/skill-mcp-first.md +0 -0
- /package/template/{.agent → .agents}/rules/source-before-ask.md +0 -0
- /package/template/{.agent → .agents}/rules/specificity-standards.md +0 -0
- /package/template/{.agent → .agents}/rules/tdd-contract-first.md +0 -0
- /package/template/{.agent → .agents}/skill-library/meta/claude-code/agent-development/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/meta/claude-code/hook-development/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/meta/claude-code/plugin-structure/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/meta/mcp-builder/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/meta/product-marketing-context/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/meta/tmux-processes/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/meta/using-tmux-for-interactive-commands/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/3d/threejs-pro/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/ai/ai-sdk/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/ai/langchain/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/ai/ollama/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/ai/openai-sdk/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/analytics/google-analytics/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/api/graphql/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/api/trpc/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/auth/authjs/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/auth/clerk/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/auth/firebase-auth/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/auth/lucia/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/auth/supabase-auth/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/cms/payload-cms/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/cms/shopify/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/cms/wordpress/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/css/sass-scss/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/css/tailwind-css-patterns/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/css/tailwind-design-system/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/css/vanilla-css/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/databases/clickhouse/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/databases/influxdb/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/databases/lancedb/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/databases/mongodb/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/databases/neo4j/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/databases/pgvector/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/databases/pinecone/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/databases/postgresql/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/databases/qdrant/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/databases/redis/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/databases/spacetimedb/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/databases/sqlite/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/databases/supabase/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/databases/surrealdb-expert/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/databases/timescaledb/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/databases/weaviate/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/devops/git-advanced/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/devops/git-workflow/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/devops/github-actions/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/devops/kubernetes/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/devops/nginx/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/devops/terraform/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/email/resend/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/extensions/chrome-extension/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/extensions/plasmo/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/extensions/vscode-extension/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/extensions/wxt/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/feature-flags/flagsmith/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/feature-flags/launchdarkly/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/feature-flags/posthog-flags/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/frameworks/astro-framework/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/frameworks/electron/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/frameworks/fastapi/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/frameworks/hono/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/frameworks/nestjs/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/frameworks/nextjs/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/frameworks/nuxt/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/events.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/migration.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/performance.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/runes.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/snippets.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/sveltekit.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/typescript.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/frameworks/sveltekit/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/frameworks/tauri/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/gamedev/godot/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/gamedev/unity/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/hosting/aws/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/hosting/cloudflare/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/hosting/docker-expert/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/hosting/vercel/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/bash-scripting/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/c-cpp/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/gdscript/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/go/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/java/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/kotlin/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/python/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/rust/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/advanced-generics.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/branded-types.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/builder-pattern.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/common-pitfalls.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/conditional-types.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/decorators.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/discriminated-unions.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/mapped-types.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/performance-best-practices.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/template-literal-types.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/testing-types.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/type-guards.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/type-inference.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/utility-types.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/languages/vanilla-javascript/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/messaging/kafka/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/messaging/nats/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/messaging/rabbitmq/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/messaging/sqs/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/mobile/expo-react-native/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/mobile/flutter/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/mobile/kotlin-compose/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/mobile/react-native/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/mobile/swiftui/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/monitoring/posthog/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/monitoring/sentry/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/notifications/fcm/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/notifications/sendgrid/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/notifications/twilio/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/observability/datadog/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/observability/distributed-tracing/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/observability/opentelemetry/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/observability/prometheus-grafana/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/observability/python-observability/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/orm/drizzle-orm/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/orm/prisma/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/payments/lemonsqueezy/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/payments/stripe-integration/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/queue/bullmq/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/queue/inngest/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/realtime/socketio/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/search/algolia/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/search/elasticsearch/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/search/meilisearch/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/search/typesense/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/security/crypto-patterns/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/security/csp-cors-headers/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/security/dependency-auditing/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/security/input-sanitization/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/security/owasp-web-security/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/state/tanstack-query/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/state/zustand/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/storage/aws-s3/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/storage/cloudflare-r2/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/storage/gcs/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/testing/playwright/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/testing/storybook/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/testing/testing-library/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/testing/vitest/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/ui/react-best-practices/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/ui/react-composition-patterns/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/ui/react-flow/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/ui/shadcn-ui/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/stack/ui/svelte-flow/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/api/api-caching/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/api/api-documentation-openapi/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/api/api-error-handling/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/api/api-security-checklist/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/api/email-best-practices/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/api/rate-limiting-abuse-protection/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/api/webhook-design/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/cli/cli-configuration-management/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/cli/cli-error-diagnostics/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/cli/cli-shell-integration/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/cli/cli-ux-design/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/desktop/desktop-app-distribution/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/desktop/desktop-security-sandboxing/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/desktop/desktop-ux-conventions/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/desktop/native-os-integration/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/extension/browser-extension-patterns/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/extension/plugin-architecture-design/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/extension/vscode-extension-development/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/mobile/app-store-submission/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/mobile/mobile-offline-sync/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/mobile/mobile-responsive-patterns/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/mobile/push-notifications/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/accessibility-compliance/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/ai-seo/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/ai-seo/references/content-patterns.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/ai-seo/references/platform-ranking-factors.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/analytics-tracking/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/analytics-tracking/references/event-library.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/analytics-tracking/references/ga4-implementation.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/analytics-tracking/references/gtm-implementation.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/authentication-ui-flows/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/dark-mode-theming/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/charts.csv +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/colors.csv +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/landing.csv +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/styles.csv +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/typography.csv +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/ux-guidelines.csv +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/scripts/core.py +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/scripts/design_system.py +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/scripts/search.py +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/form-handling-validation/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/frontend-design/templates/cppn-hero.tsx +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/frontend-design/templates/wave-hero.tsx +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/frontend-verification/scripts/ux_audit.py +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/i18n-localization/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/i18n-localization/references/icu-message-format.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/i18n-localization/references/intl-api-patterns.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/i18n-localization/references/rtl-support.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/offline-first-pwa/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/page-cro/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/page-cro/references/experiments.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/programmatic-seo/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/programmatic-seo/references/playbooks.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/schema-markup/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/schema-markup/references/schema-examples.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/seo-audit/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/seo-audit/references/ai-writing-detection.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/web-performance-optimization/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skill-library/surface/web/web-scraping/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/accessibility/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/accessibility/references/WCAG.md +0 -0
- /package/template/{.agent → .agents}/skills/accessibility/references/ia-spec-checklist.md +0 -0
- /package/template/{.agent → .agents}/skills/adversarial-review/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/antigravity-workflows/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/antigravity-workflows/resources/implementation-playbook.md +0 -0
- /package/template/{.agent → .agents}/skills/api-design-principles/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/api-design-principles/assets/api-design-checklist.md +0 -0
- /package/template/{.agent → .agents}/skills/api-design-principles/assets/rest-api-template.py +0 -0
- /package/template/{.agent → .agents}/skills/api-design-principles/references/graphql-schema-design.md +0 -0
- /package/template/{.agent → .agents}/skills/api-design-principles/references/rest-best-practices.md +0 -0
- /package/template/{.agent → .agents}/skills/api-design-principles/resources/implementation-playbook.md +0 -0
- /package/template/{.agent → .agents}/skills/api-versioning/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/api-versioning/references/typescript.md +0 -0
- /package/template/{.agent → .agents}/skills/architecture-mapping/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/brainstorming/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/brand-guidelines/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/clean-code/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/clean-code/references/typescript.md +0 -0
- /package/template/{.agent → .agents}/skills/code-review-pro/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/concise-planning/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/cross-layer-consistency/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/database-schema-design/references/relational.md +0 -0
- /package/template/{.agent → .agents}/skills/deployment-procedures/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/design-anti-cliche/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/design-direction/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/error-handling-patterns/references/go.md +0 -0
- /package/template/{.agent → .agents}/skills/error-handling-patterns/references/python.md +0 -0
- /package/template/{.agent → .agents}/skills/error-handling-patterns/references/rust.md +0 -0
- /package/template/{.agent → .agents}/skills/error-handling-patterns/references/typescript.md +0 -0
- /package/template/{.agent → .agents}/skills/git-advanced/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/git-workflow/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/logging-best-practices/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/logging-best-practices/references/go.md +0 -0
- /package/template/{.agent → .agents}/skills/logging-best-practices/references/python.md +0 -0
- /package/template/{.agent → .agents}/skills/logging-best-practices/references/typescript.md +0 -0
- /package/template/{.agent → .agents}/skills/migration-management/references/relational.md +0 -0
- /package/template/{.agent → .agents}/skills/minimalist-surgical-development/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/parallel-debugging/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/parallel-feature-development/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/performance-budgeting/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/pipeline-rubrics/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/architecture-rubric.md +0 -0
- /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/be-rubric.md +0 -0
- /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/fe-rubric.md +0 -0
- /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/ia-rubric.md +0 -0
- /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/scoring.md +0 -0
- /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/vision-rubric.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/architecture-completeness-checklist.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/architecture-design-template.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/be-spec-classification.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/be-spec-template.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/constraint-exploration.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/data-placement-template.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/decomposition-templates.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/deep-ideation-loading-protocol.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/design-system-decisions.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/design-system-prerequisite-check.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/domain-exhaustion-criteria.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/engineering-standards-template.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/expansion-modes.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/fe-classification-procedures.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/fe-spec-template.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/feature-ledger-protocol.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/fractal-cx-template.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/fractal-feature-template.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/fractal-node-index-template.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/gate-applicability.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/ideation-crosscut-template.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/ideation-index-template.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/ideation-meta-template.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/infrastructure-report-template.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/operational-templates.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/placeholder-guard-template.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/shard-split-remediation.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/slice-completion-gates.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/surface-model.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/tdd-testing-policy.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/vision-template.md +0 -0
- /package/template/{.agent → .agents}/skills/prd-templates/references/write-verification-protocol.md +0 -0
- /package/template/{.agent → .agents}/skills/prompt-engineer/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/regex-patterns/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/regex-patterns/references/go.md +0 -0
- /package/template/{.agent → .agents}/skills/regex-patterns/references/javascript.md +0 -0
- /package/template/{.agent → .agents}/skills/regex-patterns/references/python.md +0 -0
- /package/template/{.agent → .agents}/skills/regex-patterns/references/rust.md +0 -0
- /package/template/{.agent → .agents}/skills/security-scanning-security-hardening/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/skill-creator/references/.gitkeep +0 -0
- /package/template/{.agent → .agents}/skills/skill-creator/scripts/.gitkeep +0 -0
- /package/template/{.agent → .agents}/skills/spec-writing/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/systematic-debugging/CREATION-LOG.md +0 -0
- /package/template/{.agent → .agents}/skills/systematic-debugging/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/systematic-debugging/condition-based-waiting-example.ts +0 -0
- /package/template/{.agent → .agents}/skills/systematic-debugging/condition-based-waiting.md +0 -0
- /package/template/{.agent → .agents}/skills/systematic-debugging/defense-in-depth.md +0 -0
- /package/template/{.agent → .agents}/skills/systematic-debugging/find-polluter.sh +0 -0
- /package/template/{.agent → .agents}/skills/systematic-debugging/root-cause-tracing.md +0 -0
- /package/template/{.agent → .agents}/skills/systematic-debugging/test-academic.md +0 -0
- /package/template/{.agent → .agents}/skills/systematic-debugging/test-pressure-1.md +0 -0
- /package/template/{.agent → .agents}/skills/systematic-debugging/test-pressure-2.md +0 -0
- /package/template/{.agent → .agents}/skills/systematic-debugging/test-pressure-3.md +0 -0
- /package/template/{.agent → .agents}/skills/tdd-workflow/references/typescript.md +0 -0
- /package/template/{.agent → .agents}/skills/tech-stack-catalog/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/tech-stack-catalog/references/constraint-questions.md +0 -0
- /package/template/{.agent → .agents}/skills/tech-stack-catalog/references/dev-tooling-decisions.md +0 -0
- /package/template/{.agent → .agents}/skills/tech-stack-catalog/references/surface-decision-tables.md +0 -0
- /package/template/{.agent → .agents}/skills/technical-writer/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/testing-strategist/references/typescript.md +0 -0
- /package/template/{.agent → .agents}/skills/verification-before-completion/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/workflow-automation/SKILL.md +0 -0
- /package/template/{.agent → .agents}/skills/workflow-automation/references/inngest.md +0 -0
- /package/template/{.agent → .agents}/skills/workflow-automation/references/temporal.md +0 -0
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ npx cfsa-antigravity init --agent claude,factory
|
|
|
35
35
|
|
|
36
36
|
Runtimes are auto-detected from the template. Currently shipped:
|
|
37
37
|
|
|
38
|
-
- **Antigravity** (`.
|
|
38
|
+
- **Antigravity** (`.agents/`) -- Antigravity, Cursor, Gemini CLI
|
|
39
39
|
- **Codex** (`.codex/`) -- Standalone Codex runtime
|
|
40
40
|
- **Claude Code** (`.claude/`) -- Standalone Claude Code runtime
|
|
41
41
|
- **Factory Droid** (`.factory/`) -- Standalone Factory Droid runtime
|
|
@@ -110,7 +110,7 @@ If you are using an editor that indexes agent files for slash commands, do not h
|
|
|
110
110
|
Keep the installed runtime directory out of shared `.gitignore` rules when your tool needs to index it. Prefer `.git/info/exclude` for local-only exclusions.
|
|
111
111
|
|
|
112
112
|
Examples:
|
|
113
|
-
1. Antigravity install → keep `.
|
|
113
|
+
1. Antigravity install → keep `.agents/` out of `.gitignore`
|
|
114
114
|
2. Codex install → keep `.codex/` out of `.gitignore`
|
|
115
115
|
3. Claude install → keep `.claude/` out of `.gitignore`
|
|
116
116
|
4. Factory install → keep `.factory/` out of `.gitignore`
|
|
@@ -141,7 +141,7 @@ This performs a **semantic merge** — it applies new workflows, skills, and rul
|
|
|
141
141
|
## What Init Adds
|
|
142
142
|
|
|
143
143
|
A fresh `init` now installs:
|
|
144
|
-
- your selected runtime directories (`.
|
|
144
|
+
- your selected runtime directories (`.agents/`, `.codex/`, `.claude/`, `.factory/`)
|
|
145
145
|
- `docs/`
|
|
146
146
|
- shared `.memory/`
|
|
147
147
|
- the shared memory MCP server/runtime under `.memory/mcp-server/`
|
package/package.json
CHANGED
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
## Protected Files (Do Not Modify Without Approval)
|
|
21
21
|
- `AGENTS.md` — Project agent config
|
|
22
22
|
- `.memory/wiki/specs/ENGINEERING-STANDARDS.md` — Quality bar
|
|
23
|
-
- `.
|
|
23
|
+
- `.agents/instructions/*` — Agent rules
|
|
24
24
|
- `package.json` — Dependencies (add carefully)
|
|
25
25
|
- `tsconfig.json` — TypeScript config
|
|
26
26
|
|
|
27
27
|
## Notes
|
|
28
|
-
- All agent config lives in `.
|
|
28
|
+
- All agent config lives in `.agents/` (canonical for all agents)
|
|
29
29
|
- Frontend and API may be separately deployed depending on architecture
|
|
@@ -26,7 +26,7 @@ The surface stack map is the **single source of truth** for all per-surface stac
|
|
|
26
26
|
|
|
27
27
|
### Per-Surface Skills
|
|
28
28
|
|
|
29
|
-
Each cell is a comma-separated list of skill directory names from `.
|
|
29
|
+
Each cell is a comma-separated list of skill directory names from `.agents/skills/`. Use `—` for "not applicable."
|
|
30
30
|
|
|
31
31
|
<!-- Bootstrap fills this table. One row per confirmed surface + a `shared` row for cross-surface backend. -->
|
|
32
32
|
|
|
@@ -62,7 +62,7 @@ A valid surface stack map must satisfy:
|
|
|
62
62
|
3. **Test Cmd column is never empty** — every surface must be testable
|
|
63
63
|
4. **No `⚠️` cells** — all skill resolution must be complete before implementation begins
|
|
64
64
|
|
|
65
|
-
Verification gates in `plan-phase` and `implement-slice` check these conditions. See `.
|
|
65
|
+
Verification gates in `plan-phase` and `implement-slice` check these conditions. See `.agents/skills/session-continuity/protocols/10-placeholder-verification-gate.md` for the full verification procedure.
|
|
66
66
|
|
|
67
67
|
---
|
|
68
68
|
|
|
@@ -4,12 +4,12 @@ Before taking any action on a task:
|
|
|
4
4
|
|
|
5
5
|
## 1. Understand Context
|
|
6
6
|
- Read the agent config file at project root (`AGENTS.md` for Antigravity, `GEMINI.md` for Gemini CLI, or equivalent for your agent)
|
|
7
|
-
- Read relevant `.
|
|
7
|
+
- Read relevant `.agents/instructions/` files for the task type
|
|
8
8
|
- Check [Engineering Standards](../../.memory/wiki/specs/ENGINEERING-STANDARDS.md) for quality bar — if this file doesn't exist yet, the pipeline hasn't reached /create-prd; run /ideate then /create-prd first
|
|
9
|
-
- **Session Resumption**: If `.memory/pipeline/progress/index.md` exists, read `.
|
|
9
|
+
- **Session Resumption**: If `.memory/pipeline/progress/index.md` exists, read `.agents/skills/session-continuity/protocols/01-session-resumption.md` and follow the **Session Resumption Protocol** to load cross-session context and identify the resumption point
|
|
10
10
|
|
|
11
11
|
## 2. Check Skills
|
|
12
|
-
- Scan `.
|
|
12
|
+
- Scan `.agents/skills/` for applicable skills
|
|
13
13
|
- Load relevant skill SKILL.md before proceeding
|
|
14
14
|
- Key skills: `brainstorming` (before creative work), `tdd-workflow` (before features), `clean-code` (during review)
|
|
15
15
|
|
|
@@ -28,7 +28,7 @@ Before taking any action on a task:
|
|
|
28
28
|
## 4. Validate (MANDATORY)
|
|
29
29
|
After **every** code change, run:
|
|
30
30
|
```bash
|
|
31
|
-
See `.
|
|
31
|
+
See `.agents/instructions/commands.md` for the validation command.
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
Do NOT mark a task complete until all validations pass.
|
|
@@ -37,8 +37,8 @@ Do NOT mark a task complete until all validations pass.
|
|
|
37
37
|
|
|
38
38
|
After completing a workflow or substantial task:
|
|
39
39
|
|
|
40
|
-
- **Pattern Extraction**: Read `.
|
|
41
|
-
- **Session Close**: Read `.
|
|
40
|
+
- **Pattern Extraction**: Read `.agents/skills/session-continuity/protocols/04-pattern-extraction.md` and follow the **Pattern Extraction Protocol**. Reflect on what worked, what didn't, and log reusable patterns to `.memory/wiki/patterns.md`. Skip only if the task was trivial (routine, nothing new learned).
|
|
41
|
+
- **Session Close**: Read `.agents/skills/session-continuity/protocols/05-session-close.md` and follow the **Session Close Protocol**. Write a session log to `.memory/pipeline/progress/sessions/` so the next session can resume cleanly.
|
|
42
42
|
- **Unified Memory First**: Treat `.memory/` as the canonical project memory root. When shared memory is needed, prefer the `cfsa-memory` MCP bridge over runtime-local silos so all runtimes see the same memory.
|
|
43
43
|
|
|
44
44
|
> These steps are **not optional**. They are what differentiate a pipeline that gets
|
|
@@ -43,7 +43,7 @@ A unit of work is only DONE when:
|
|
|
43
43
|
- `blockers.md` — Any blockers hit logged with status and impact
|
|
44
44
|
- See rule: `memory-capture` for triggers and format
|
|
45
45
|
6. **The Session Log**: A session close log exists in `.memory/pipeline/progress/sessions/`.
|
|
46
|
-
- Follow `.
|
|
46
|
+
- Follow `.agents/skills/session-continuity/protocols/05-session-close.md` — write what was accomplished, deferred, and where the next session should start
|
|
47
47
|
7. **The Next Step**: The user is told what comes next in the pipeline.
|
|
48
48
|
- Read the pipeline progress file (`.memory/pipeline/progress/spec-pipeline.md` or equivalent)
|
|
49
49
|
- Propose the next valid pipeline command based on current state
|
|
@@ -30,7 +30,7 @@ trigger: always_on
|
|
|
30
30
|
|
|
31
31
|
## Naming Conventions
|
|
32
32
|
|
|
33
|
-
Follow the project's established conventions in `.
|
|
33
|
+
Follow the project's established conventions in `.agents/instructions/patterns.md`. When no convention exists yet, use the stack's community standard.
|
|
34
34
|
|
|
35
35
|
## Anti-Spaghetti Rules
|
|
36
36
|
|
|
@@ -41,7 +41,7 @@ When a multi-surface feature launches on one surface first:
|
|
|
41
41
|
|
|
42
42
|
## The Four Implementation Layers
|
|
43
43
|
|
|
44
|
-
> **Note on terminology**: The layers below describe implementation completeness criteria — what every feature slice requires regardless of surface type. These are not the same as surface types (web/mobile/cli/etc.). For the mapping between surface types and how each implementation layer manifests on that surface, see `.
|
|
44
|
+
> **Note on terminology**: The layers below describe implementation completeness criteria — what every feature slice requires regardless of surface type. These are not the same as surface types (web/mobile/cli/etc.). For the mapping between surface types and how each implementation layer manifests on that surface, see `.agents/skills/prd-templates/references/surface-model.md`.
|
|
45
45
|
|
|
46
46
|
| Surface | What It Is | Example |
|
|
47
47
|
|---------|-----------|---------|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
1. A pipeline skill (e.g., `/create-prd`, `/iterate-plan`, `/add-feature`) makes a tech decision
|
|
9
9
|
2. It calls `/bootstrap-agents` with the new stack key=value
|
|
10
10
|
3. Bootstrap reads this manifest and finds matching skills
|
|
11
|
-
4. Matching skills are copied from `.
|
|
11
|
+
4. Matching skills are copied from `.agents/skill-library/` → `.agents/skills/`
|
|
12
12
|
5. Any `{{PLACEHOLDER}}`s inside the copied skills are filled with current values
|
|
13
13
|
|
|
14
14
|
## Stack Triggers
|
|
@@ -98,10 +98,10 @@ When a stack key matches a value pattern (case-insensitive), install the listed
|
|
|
98
98
|
| `UI_LIBRARY` | `*svelte-flow*` OR `*svelteflow*` OR `*xyflow*` | `stack/ui/svelte-flow` | `svelte-flow` |
|
|
99
99
|
| `FRONTEND_FRAMEWORK` | `*react*` | `stack/ui/react-best-practices` | `react-best-practices` |
|
|
100
100
|
| `FRONTEND_FRAMEWORK` | `*react*` | `stack/ui/react-composition-patterns` | `react-composition-patterns` |
|
|
101
|
-
| `DESIGN_DIRECTION` | `*` (any confirmed value) | Fills `{{PLACEHOLDER}}`s in `.
|
|
101
|
+
| `DESIGN_DIRECTION` | `*` (any confirmed value) | Fills `{{PLACEHOLDER}}`s in `.agents/skills/brand-guidelines/SKILL.md` in-place | `brand-guidelines` (in-place fill, not copy) |
|
|
102
102
|
| `DESIGN_DIRECTION` | `*cinematic*` OR `*immersive*` | `stack/3d/threejs-pro` | `threejs-pro` |
|
|
103
103
|
|
|
104
|
-
Note: `DESIGN_DIRECTION` does not copy a skill from the library — it fills placeholders in the pre-placed `.
|
|
104
|
+
Note: `DESIGN_DIRECTION` does not copy a skill from the library — it fills placeholders in the pre-placed `.agents/skills/brand-guidelines/SKILL.md` template. Exception: when the direction is `Cinematic/Immersive`, `threejs-pro` is also installed as a standard skill copy, since WebGL and Three.js capabilities will be required.
|
|
105
105
|
|
|
106
106
|
### Authentication
|
|
107
107
|
|
|
@@ -168,7 +168,7 @@ Note: `DESIGN_DIRECTION` does not copy a skill from the library — it fills pla
|
|
|
168
168
|
|-----------|--------------|-------------|-------------|
|
|
169
169
|
| `OBSERVABILITY` | `*opentelemetry*` OR `*otel*` | `stack/observability/opentelemetry` | `opentelemetry` |
|
|
170
170
|
| `OBSERVABILITY` | `*distributed-tracing*` OR `*jaeger*` OR `*zipkin*` | `stack/observability/distributed-tracing` | `distributed-tracing` |
|
|
171
|
-
| `OBSERVABILITY` | `*structured-logging*` OR `*pino*` OR `*winston*` | Pre-installed: `.
|
|
171
|
+
| `OBSERVABILITY` | `*structured-logging*` OR `*pino*` OR `*winston*` | Pre-installed: `.agents/skills/logging-best-practices` | `logging-best-practices` (pre-installed) |
|
|
172
172
|
| `OBSERVABILITY` | `*python*` | `stack/observability/python-observability` | `python-observability` |
|
|
173
173
|
| `OBSERVABILITY` | `*datadog*` | `stack/observability/datadog` | `datadog` |
|
|
174
174
|
| `OBSERVABILITY` | `*prometheus*` OR `*grafana*` | `stack/observability/prometheus-grafana` | `prometheus-grafana` |
|
|
@@ -362,7 +362,7 @@ When the project includes a surface type, install the listed skills.
|
|
|
362
362
|
| `api` | `surface/api/api-caching` | `api-caching` |
|
|
363
363
|
| `api` | `surface/api/api-documentation-openapi` | `api-documentation-openapi` |
|
|
364
364
|
| `api` | `surface/api/webhook-design` | `webhook-design` |
|
|
365
|
-
| `api` | Pre-installed: `.
|
|
365
|
+
| `api` | Pre-installed: `.agents/skills/api-design-principles` | `api-design-principles` (pre-installed) |
|
|
366
366
|
| `api` | `surface/api/api-security-checklist` | `api-security-checklist` |
|
|
367
367
|
| `api` | `stack/security/input-sanitization` | `input-sanitization` |
|
|
368
368
|
|
|
@@ -420,7 +420,7 @@ These skills are NOT auto-installed. Install via `/find-skills` or manually copy
|
|
|
420
420
|
| `meta/mcp-builder` | Building MCP servers |
|
|
421
421
|
| `meta/tmux-processes` | Long-lived process management via tmux |
|
|
422
422
|
| `meta/using-tmux-for-interactive-commands` | Interactive CLI tools via tmux |
|
|
423
|
-
| Pre-installed: `.
|
|
423
|
+
| Pre-installed: `.agents/skills/brand-guidelines` | Brand color and typography application (pre-installed) |
|
|
424
424
|
| `meta/product-marketing-context` | Marketing context document generator — run first before any SEO or CRO skill |
|
|
425
425
|
|
|
426
426
|
---
|
|
@@ -441,7 +441,7 @@ These skills are specific to Claude Code's plugin and agent system. Not applicab
|
|
|
441
441
|
|
|
442
442
|
To add a new skill to the library:
|
|
443
443
|
|
|
444
|
-
1. Create a directory under the appropriate category: `.
|
|
444
|
+
1. Create a directory under the appropriate category: `.agents/skill-library/[category]/[subcategory]/[skill-name]/SKILL.md`
|
|
445
445
|
2. Add a row to the appropriate trigger table above
|
|
446
446
|
3. Use `{{PLACEHOLDER}}`s for any values that should be filled by bootstrap
|
|
447
447
|
4. Test by running `/bootstrap-agents` with a matching stack value
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
|
|
10
10
|
1. A pipeline workflow (e.g., `/create-prd`) makes a tech stack decision
|
|
11
11
|
2. It calls `/bootstrap-agents` with the new stack key=value
|
|
12
|
-
3. Bootstrap reads `.
|
|
13
|
-
4. Matching skills are copied from `.
|
|
12
|
+
3. Bootstrap reads `.agents/skill-library/MANIFEST.md` and finds matching skills
|
|
13
|
+
4. Matching skills are copied from `.agents/skill-library/` → `.agents/skills/`
|
|
14
14
|
5. Any `{{PLACEHOLDER}}`s inside the copied skills are filled with current values
|
|
15
15
|
|
|
16
16
|
## Installing Skills
|
|
@@ -26,7 +26,7 @@ Use `/find-skills` to search the library and install matching skills interactive
|
|
|
26
26
|
|
|
27
27
|
### Direct
|
|
28
28
|
|
|
29
|
-
Copy a skill directory from `.
|
|
29
|
+
Copy a skill directory from `.agents/skill-library/[path]/` to `.agents/skills/[name]/`
|
|
30
30
|
and manually replace any `{{PLACEHOLDER}}` values.
|
|
31
31
|
|
|
32
32
|
## Library Structure
|
|
@@ -6,4 +6,4 @@ These skills are specific to Claude Code's plugin and agent system. They are not
|
|
|
6
6
|
- **plugin-structure** — Claude Code plugin architecture (.claude-plugin/plugin.json)
|
|
7
7
|
- **agent-development** — Claude Code agent frontmatter (model, color, triggering examples)
|
|
8
8
|
|
|
9
|
-
These are manual-install only. Copy the relevant skill to `.
|
|
9
|
+
These are manual-install only. Copy the relevant skill to `.agents/skills/` when working in Claude Code.
|
package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/SKILL.md
RENAMED
|
@@ -48,7 +48,7 @@ After the user confirms their design direction, run these searches to get concre
|
|
|
48
48
|
#### 1. Find matching design styles
|
|
49
49
|
|
|
50
50
|
```bash
|
|
51
|
-
python .
|
|
51
|
+
python .agents/skills/design-reference-data/scripts/search.py \
|
|
52
52
|
"<direction + project context>" \
|
|
53
53
|
--domain style --max-results 5
|
|
54
54
|
```
|
|
@@ -58,7 +58,7 @@ Example: `"modern dark mode SaaS dashboard"` or `"warm friendly wellness app"`
|
|
|
58
58
|
#### 2. Find specific color palettes
|
|
59
59
|
|
|
60
60
|
```bash
|
|
61
|
-
python .
|
|
61
|
+
python .agents/skills/design-reference-data/scripts/search.py \
|
|
62
62
|
"<mood + industry>" \
|
|
63
63
|
--domain color --max-results 3
|
|
64
64
|
```
|
|
@@ -68,7 +68,7 @@ Example: `"professional trust-building fintech"` or `"vibrant playful consumer"`
|
|
|
68
68
|
#### 3. Find typography pairings
|
|
69
69
|
|
|
70
70
|
```bash
|
|
71
|
-
python .
|
|
71
|
+
python .agents/skills/design-reference-data/scripts/search.py \
|
|
72
72
|
"<style + readability needs>" \
|
|
73
73
|
--domain typography --max-results 3
|
|
74
74
|
```
|
|
@@ -78,7 +78,7 @@ Example: `"clean serif editorial"` or `"modern sans-serif technical"`
|
|
|
78
78
|
#### 4. Generate full design system recommendation
|
|
79
79
|
|
|
80
80
|
```bash
|
|
81
|
-
python .
|
|
81
|
+
python .agents/skills/design-reference-data/scripts/search.py \
|
|
82
82
|
"<project description>" \
|
|
83
83
|
--design-system -p "ProjectName"
|
|
84
84
|
```
|
|
@@ -14,7 +14,7 @@ This skill guides creation of **production-grade frontend interfaces that feel A
|
|
|
14
14
|
|
|
15
15
|
## Prerequisite: Read Brand Guidelines First
|
|
16
16
|
|
|
17
|
-
Before making any aesthetic decisions, read `.
|
|
17
|
+
Before making any aesthetic decisions, read `.agents/skills/brand-guidelines/SKILL.md`.
|
|
18
18
|
|
|
19
19
|
- If the design direction is confirmed (no `{{PLACEHOLDER}}` values), **execute that direction**. Do not invent a new direction — the user confirmed this one during `/create-prd`.
|
|
20
20
|
- If `{{DESIGN_DIRECTION}}` is still a literal placeholder, stop and tell the user: "Design direction hasn't been confirmed yet — run `/create-prd` first before building UI."
|
package/template/{.agent → .agents}/skill-library/surface/web/frontend-verification/SKILL.md
RENAMED
|
@@ -36,7 +36,7 @@ A 750-line Python scanner with 75+ automated checks across 11 categories:
|
|
|
36
36
|
After implementing a frontend slice, run the audit on **changed files only**:
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
|
-
python .
|
|
39
|
+
python .agents/skills/frontend-verification/scripts/ux_audit.py src/components/NewFeature/ --json
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
**Exit codes:**
|
|
@@ -47,7 +47,7 @@ python .agent/skills/frontend-verification/scripts/ux_audit.py src/components/Ne
|
|
|
47
47
|
For slice-level scans, you may skip categories unrelated to the current work:
|
|
48
48
|
|
|
49
49
|
```bash
|
|
50
|
-
python .
|
|
50
|
+
python .agents/skills/frontend-verification/scripts/ux_audit.py src/components/Chart/ \
|
|
51
51
|
--skip-psychology --skip-typography
|
|
52
52
|
```
|
|
53
53
|
|
|
@@ -56,7 +56,7 @@ python .agent/skills/frontend-verification/scripts/ux_audit.py src/components/Ch
|
|
|
56
56
|
At phase validation, run the audit on the **entire frontend source**:
|
|
57
57
|
|
|
58
58
|
```bash
|
|
59
|
-
python .
|
|
59
|
+
python .agents/skills/frontend-verification/scripts/ux_audit.py src/ --json
|
|
60
60
|
```
|
|
61
61
|
|
|
62
62
|
**Validation threshold:**
|
package/template/{.agent/workflows/audit-ambiguity.md → .agents/skills/audit-ambiguity/SKILL.md}
RENAMED
|
@@ -21,8 +21,8 @@ Audit pipeline output completeness and identify gaps that would force guesswork
|
|
|
21
21
|
## 0. Load audit skills
|
|
22
22
|
|
|
23
23
|
Read these skills for review guidance:
|
|
24
|
-
1. `.
|
|
25
|
-
2. `.
|
|
24
|
+
1. `.agents/skills/code-review-pro/SKILL.md` — Review methodology
|
|
25
|
+
2. `.agents/skills/technical-writer/SKILL.md` — Spec clarity standards
|
|
26
26
|
|
|
27
27
|
---
|
|
28
28
|
|
|
@@ -30,18 +30,18 @@ Read these skills for review guidance:
|
|
|
30
30
|
|
|
31
31
|
| # | Shard | What It Does |
|
|
32
32
|
|---|-------|-------------|
|
|
33
|
-
| 1 | [`audit-ambiguity-rubrics`](.
|
|
34
|
-
| 2 | [`audit-ambiguity-execute`](.
|
|
33
|
+
| 1 | [`audit-ambiguity-rubrics`](.agents/skills/audit-ambiguity-rubrics/SKILL.md) | Determines scope, loads documents, provides all 5 rubrics (Vision, Architecture, IA, BE, FE) with scoring criteria |
|
|
34
|
+
| 2 | [`audit-ambiguity-execute`](.agents/skills/audit-ambiguity-execute/SKILL.md) | Executes the audit one document at a time, compiles report, remediates gaps, proposes next steps |
|
|
35
35
|
|
|
36
36
|
---
|
|
37
37
|
|
|
38
38
|
## Orchestration
|
|
39
39
|
|
|
40
|
-
### Step A — Run `.
|
|
40
|
+
### Step A — Run `.agents/skills/audit-ambiguity-rubrics/SKILL.md`
|
|
41
41
|
|
|
42
42
|
Asks the user which layer(s) to audit, loads the source documents, and provides the scoring rubrics for each applicable layer.
|
|
43
43
|
|
|
44
|
-
### Step B — Run `.
|
|
44
|
+
### Step B — Run `.agents/skills/audit-ambiguity-execute/SKILL.md`
|
|
45
45
|
|
|
46
46
|
Audits each document one at a time (read → score with evidence → classify gaps → verify → finalize), compiles the report to `.memory/wiki/specs/audits/`, remediates gaps using `resolve-ambiguity`, and proposes next steps.
|
|
47
47
|
|
|
@@ -48,7 +48,7 @@ Read `.memory/wiki/specs/audits/audit-scope.md`. Extract the `## Document Count`
|
|
|
48
48
|
|
|
49
49
|
## 3a. Implementer Simulation
|
|
50
50
|
|
|
51
|
-
Read .
|
|
51
|
+
Read .agents/skills/verification-before-completion/SKILL.md and follow its methodology.
|
|
52
52
|
|
|
53
53
|
**CRITICAL**: You MUST NOT read all documents at once. Process one document at a time through 3a→3b→3c. Do NOT skip documents because they seem redundant, because rubric dimensions "map" to other files, or because you can "derive" their content from synthesized documents. EVERY document in the scope list gets the full 3a→3b→3c treatment. After each document, state: **"Documents processed: X/N."**
|
|
54
54
|
|
|
@@ -65,7 +65,7 @@ These gaps are **unconditional** — the rubric in 3b cannot override them.
|
|
|
65
65
|
|
|
66
66
|
## 3b. Rubric Scoring with Two-Implementer Test
|
|
67
67
|
|
|
68
|
-
Score each dimension using the rubric files loaded in Step 0 (persisted paths from `.memory/wiki/specs/audits/audit-scope.md`). Read `.
|
|
68
|
+
Score each dimension using the rubric files loaded in Step 0 (persisted paths from `.memory/wiki/specs/audits/audit-scope.md`). Read `.agents/skills/pipeline-rubrics/SKILL.md` for the scoring methodology. For every score:
|
|
69
69
|
|
|
70
70
|
- **✅** → State explicitly: *"Two implementers would make the same decision because: [specific reason citing exact text from the document]."* If you cannot complete this sentence confidently, score ⚠️ instead. The bar is "unambiguous to any implementer reading cold", not "text exists somewhere."
|
|
71
71
|
- **⚠️** → Quote what exists AND state precisely what is missing AND what decision an implementer would have to make without it.
|
|
@@ -122,7 +122,7 @@ Do not re-read documents to reconstruct scores — read the report file that was
|
|
|
122
122
|
|
|
123
123
|
Do NOT stop and ask the user what to do. After compiling the report in Step 4, immediately execute this step for every ⚠️ and ❌ in the punch list.
|
|
124
124
|
|
|
125
|
-
1. Read `.
|
|
125
|
+
1. Read `.agents/skills/resolve-ambiguity/SKILL.md` and execute the resolution process inline — do not invoke it as a separate command.
|
|
126
126
|
2. For each gap, classify using the skill's two-path model:
|
|
127
127
|
- **Judgment calls** (Intent/Choice gaps — no source has the answer): present to user with smart options ordered by recommendation; wait for user decision before applying any fix.
|
|
128
128
|
- **Mechanical fixes** (Technical/Factual gaps — answer exists in project docs, architecture files, upstream specs, or official sources): propose the fix with source citation; apply after user approval.
|
|
@@ -33,7 +33,7 @@ Ask the user:
|
|
|
33
33
|
|
|
34
34
|
## 2. Enumerate source documents
|
|
35
35
|
|
|
36
|
-
Read `.
|
|
36
|
+
Read `.agents/skills/pipeline-rubrics/references/scoring.md` for the document-to-layer mapping table.
|
|
37
37
|
|
|
38
38
|
**MANDATORY filesystem discovery**: Use file system tools (`find_by_name`, `list_dir`) to recursively discover ALL files matching the layer's patterns from `scoring.md`. Do NOT build the document list from memory or from reading an index file — the filesystem is the source of truth.
|
|
39
39
|
|
|
@@ -69,11 +69,11 @@ Write `.memory/wiki/specs/audits/audit-scope.md` with the determined scope and t
|
|
|
69
69
|
|
|
70
70
|
## Rubric Files
|
|
71
71
|
[for each layer being audited, list the exact path of the rubric file]
|
|
72
|
-
- vision: .
|
|
73
|
-
- architecture: .
|
|
74
|
-
- ia: .
|
|
75
|
-
- be: .
|
|
76
|
-
- fe: .
|
|
72
|
+
- vision: .agents/skills/pipeline-rubrics/references/vision-rubric.md
|
|
73
|
+
- architecture: .agents/skills/pipeline-rubrics/references/architecture-rubric.md
|
|
74
|
+
- ia: .agents/skills/pipeline-rubrics/references/ia-rubric.md
|
|
75
|
+
- be: .agents/skills/pipeline-rubrics/references/be-rubric.md
|
|
76
|
+
- fe: .agents/skills/pipeline-rubrics/references/fe-rubric.md
|
|
77
77
|
|
|
78
78
|
## Status
|
|
79
79
|
in-progress
|
|
@@ -85,16 +85,16 @@ This file is read by `/audit-ambiguity-execute` as its prerequisite.
|
|
|
85
85
|
|
|
86
86
|
## 3. Load and apply rubrics
|
|
87
87
|
|
|
88
|
-
Read `.
|
|
88
|
+
Read `.agents/skills/pipeline-rubrics/SKILL.md` for the scoring methodology. For each layer being audited, load the matching rubric from the skill's `references/` directory:
|
|
89
89
|
|
|
90
90
|
| Layer | Rubric File |
|
|
91
91
|
|-------|-------------|
|
|
92
|
-
| Vision | `.
|
|
93
|
-
| Architecture | `.
|
|
94
|
-
| IA | `.
|
|
95
|
-
| BE | `.
|
|
96
|
-
| FE | `.
|
|
92
|
+
| Vision | `.agents/skills/pipeline-rubrics/references/vision-rubric.md` |
|
|
93
|
+
| Architecture | `.agents/skills/pipeline-rubrics/references/architecture-rubric.md` |
|
|
94
|
+
| IA | `.agents/skills/pipeline-rubrics/references/ia-rubric.md` |
|
|
95
|
+
| BE | `.agents/skills/pipeline-rubrics/references/be-rubric.md` |
|
|
96
|
+
| FE | `.agents/skills/pipeline-rubrics/references/fe-rubric.md` |
|
|
97
97
|
|
|
98
|
-
Apply the scoring formula from `.
|
|
98
|
+
Apply the scoring formula from `.agents/skills/pipeline-rubrics/references/scoring.md`.
|
|
99
99
|
|
|
100
100
|
Proceed to `/audit-ambiguity-execute` with scope and rubrics loaded.
|
package/template/{.agent/workflows/bootstrap-agents.md → .agents/skills/bootstrap-agents/SKILL.md}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Utility — fill {{PLACEHOLDER}} values and provision skills from `.
|
|
2
|
+
description: Utility — fill {{PLACEHOLDER}} values and provision skills from `.agents/skill-library/`. Called by pipeline workflows when tech stack info changes.
|
|
3
3
|
pipeline:
|
|
4
4
|
position: infrastructure
|
|
5
5
|
stage: provisioning
|
|
@@ -20,7 +20,7 @@ shards: [bootstrap-agents-fill, bootstrap-agents-provision]
|
|
|
20
20
|
|
|
21
21
|
Bootstrap does two things:
|
|
22
22
|
1. **Fill `{{PLACEHOLDER}}` values** in kit instruction templates
|
|
23
|
-
2. **Provision skills** from `.
|
|
23
|
+
2. **Provision skills** from `.agents/skill-library/` based on stack and surface triggers
|
|
24
24
|
|
|
25
25
|
## Invocation Points
|
|
26
26
|
|
|
@@ -33,7 +33,7 @@ Bootstrap does two things:
|
|
|
33
33
|
| `/implement-slice` | If implementation adds significant new dependency | New key only |
|
|
34
34
|
|
|
35
35
|
**Input**: Template values (package manager, framework, database, etc.) + optional stack/surface triggers
|
|
36
|
-
**Output**: Filled templates + newly installed skills in `.
|
|
36
|
+
**Output**: Filled templates + newly installed skills in `.agents/skills/`
|
|
37
37
|
|
|
38
38
|
---
|
|
39
39
|
|
|
@@ -41,20 +41,20 @@ Bootstrap does two things:
|
|
|
41
41
|
|
|
42
42
|
| # | Shard | What It Does |
|
|
43
43
|
|---|-------|-------------|
|
|
44
|
-
| 1 | [`bootstrap-agents-fill`](.
|
|
45
|
-
| 2 | [`bootstrap-agents-provision`](.
|
|
44
|
+
| 1 | [`bootstrap-agents-fill`](.agents/skills/bootstrap-agents-fill/SKILL.md) | Receives template values, fills instruction/rule/AGENTS.md templates |
|
|
45
|
+
| 2 | [`bootstrap-agents-provision`](.agents/skills/bootstrap-agents-provision/SKILL.md) | Reads skill library manifest, provisions skills, fills workflow placeholders, reports results |
|
|
46
46
|
|
|
47
47
|
---
|
|
48
48
|
|
|
49
49
|
## Orchestration
|
|
50
50
|
|
|
51
|
-
### Step A — Run `.
|
|
51
|
+
### Step A — Run `.agents/skills/bootstrap-agents-fill/SKILL.md`
|
|
52
52
|
|
|
53
53
|
Receives template values from the calling workflow and fills `{{PLACEHOLDER}}` values across instruction templates, rule templates, skill templates, and `AGENTS.md`.
|
|
54
54
|
|
|
55
55
|
> **MANDATORY**: After fill completes, you MUST proceed to Step B. Do NOT return to the calling workflow after Step A alone. Fill without provision is an incomplete bootstrap — the skill library remains unresolved, map cells reference skills that don't exist, and downstream workflows will fail on missing skills.
|
|
56
56
|
|
|
57
|
-
### Step B — Run `.
|
|
57
|
+
### Step B — Run `.agents/skills/bootstrap-agents-provision/SKILL.md`
|
|
58
58
|
|
|
59
59
|
Reads the skill library manifest, provisions matching skills based on stack/surface triggers, updates the installed skills list, fills workflow command/skill placeholders, and reports results.
|
|
60
60
|
|
|
@@ -67,6 +67,6 @@ Reads the skill library manifest, provisions matching skills based on stack/surf
|
|
|
67
67
|
Bootstrap is safe to call multiple times:
|
|
68
68
|
|
|
69
69
|
- **Already-filled placeholders**: If a `{{PLACEHOLDER}}` has already been replaced with a value, it is NOT re-filled unless the calling workflow explicitly provides a new value for that key
|
|
70
|
-
- **Already-installed skills**: Skills that already exist in `.
|
|
70
|
+
- **Already-installed skills**: Skills that already exist in `.agents/skills/` are not re-copied from the library
|
|
71
71
|
- **New values**: New stack/surface values trigger new skill installations without affecting existing ones
|
|
72
72
|
- **Partial invocation**: Bootstrap can be called with just one or two new values — it only fills what's provided
|
|
@@ -9,11 +9,11 @@ version: 3.0.0
|
|
|
9
9
|
**This is a utility command, not an entry point.** It gets called by other pipeline commands (like `/create-prd`, `/write-be-spec`, `/write-fe-spec`, `/implement-slice`) whenever they make tech stack decisions or introduce new dependencies.
|
|
10
10
|
|
|
11
11
|
Bootstrap does two things:
|
|
12
|
-
1. **Fill the surface stack map** in `.
|
|
12
|
+
1. **Fill the surface stack map** in `.agents/instructions/tech-stack.md` with stack decisions
|
|
13
13
|
2. **Provision skills** from `skill-library/` using the 4-tier resolution chain
|
|
14
14
|
|
|
15
15
|
**Input**: Surface-keyed stack values + optional global values
|
|
16
|
-
**Output**: Filled map cells + newly installed skills in `.
|
|
16
|
+
**Output**: Filled map cells + newly installed skills in `.agents/skills/`
|
|
17
17
|
|
|
18
18
|
---
|
|
19
19
|
|
|
@@ -100,7 +100,7 @@ If any values are missing, leave those cells empty — they'll be filled on a fu
|
|
|
100
100
|
|
|
101
101
|
## 2. Fill the surface stack map
|
|
102
102
|
|
|
103
|
-
Open `.
|
|
103
|
+
Open `.agents/instructions/tech-stack.md` and update:
|
|
104
104
|
|
|
105
105
|
### 2a. Per-Surface Skills table
|
|
106
106
|
|
|
@@ -135,23 +135,23 @@ Replace in **both** `AGENTS.md` and `GEMINI.md`:
|
|
|
135
135
|
|
|
136
136
|
## 4. Fill instruction templates
|
|
137
137
|
|
|
138
|
-
### `.
|
|
138
|
+
### `.agents/instructions/commands.md`
|
|
139
139
|
Write per-surface command sections. For each surface in the map, create a section with its commands (Test Cmd, Validation Cmd, Lint Cmd, Build Cmd, Dev Cmd, Package Mgr).
|
|
140
140
|
|
|
141
|
-
### `.
|
|
141
|
+
### `.agents/instructions/workflow.md`
|
|
142
142
|
Fill `{{VALIDATION_COMMAND}}` with the primary surface's validation command.
|
|
143
143
|
|
|
144
|
-
### `.
|
|
144
|
+
### `.agents/instructions/patterns.md`
|
|
145
145
|
Replace `{{FRAMEWORK_PATTERNS}}` if provided.
|
|
146
146
|
|
|
147
|
-
### `.
|
|
147
|
+
### `.agents/instructions/structure.md`
|
|
148
148
|
Replace `{{PROJECT_STRUCTURE}}`, `{{ARCHITECTURE_TABLE}}` if provided.
|
|
149
149
|
|
|
150
150
|
---
|
|
151
151
|
|
|
152
152
|
## 5. Fill operational skill and rule templates
|
|
153
153
|
|
|
154
|
-
Scan `.
|
|
154
|
+
Scan `.agents/skills/*/SKILL.md` and `.agents/rules/*.md` for `{{PLACEHOLDER}}` values and fill any that match the provided values. Currently applicable:
|
|
155
155
|
|
|
156
156
|
- `{{VALIDATION_COMMAND}}` — in `fix-bug`, `main-workflow`, `deploy`, `refactor`
|
|
157
157
|
- `{{PACKAGE_MANAGER}}` — in `refactor`, `security-audit`
|
|
@@ -173,13 +173,13 @@ If `skill-library/MANIFEST.md` does not exist, skip steps 7-8 and go to step 9.
|
|
|
173
173
|
For each skill name referenced in ANY cell of the surface stack map, resolve it using this chain:
|
|
174
174
|
|
|
175
175
|
### Tier 1: Exact Match
|
|
176
|
-
Check `.
|
|
177
|
-
- **Found in library** AND not yet installed → copy to `.
|
|
176
|
+
Check `.agents/skill-library/{name}/` (or `.agents/skills/{name}/` if already installed).
|
|
177
|
+
- **Found in library** AND not yet installed → copy to `.agents/skills/{name}/`, fill any `{{PLACEHOLDER}}`s in the copied SKILL.md
|
|
178
178
|
- **Already installed** → skip (idempotent)
|
|
179
179
|
- **Not found** → proceed to Tier 2
|
|
180
180
|
|
|
181
181
|
### Tier 2: Partial Match + Adequacy Check
|
|
182
|
-
Search `.
|
|
182
|
+
Search `.agents/skill-library/` and `.agents/skills/` for skills whose name contains the base term. E.g., for `surrealdb-embedded`, check if `surrealdb` exists.
|
|
183
183
|
|
|
184
184
|
- **Partial match found** → Read its `SKILL.md`. Assess: does it cover the needed variant? Check for keywords related to the specific need (e.g., "embedded", "WASM", "Rust-native" for `surrealdb-embedded`).
|
|
185
185
|
- **Adequate** — the existing skill covers the variant → use it. Note in the report: `"{name}" resolved by existing "{partial}" skill (covers {variant})`.
|
|
@@ -187,7 +187,7 @@ Search `.agent/skill-library/` and `.agent/skills/` for skills whose name contai
|
|
|
187
187
|
- **No partial match** → proceed to Tier 3
|
|
188
188
|
|
|
189
189
|
### Tier 3: External Discovery
|
|
190
|
-
Read `.
|
|
190
|
+
Read `.agents/skills/find-skills/SKILL.md` and invoke its discovery methodology to search for the skill externally.
|
|
191
191
|
|
|
192
192
|
- **Found** → install → fill map cell with resolved name
|
|
193
193
|
- **Not found** → proceed to Tier 4
|
|
@@ -252,7 +252,7 @@ Present the results to the calling command (not directly to the user — the cal
|
|
|
252
252
|
Bootstrap is safe to call multiple times:
|
|
253
253
|
|
|
254
254
|
- **Already-filled map cells**: Cells with values are NOT overwritten unless the calling command explicitly re-provides a value for that surface + column
|
|
255
|
-
- **Already-installed skills**: Skills that already exist in `.
|
|
255
|
+
- **Already-installed skills**: Skills that already exist in `.agents/skills/` are not re-copied from the library
|
|
256
256
|
- **New surface rows**: New surfaces trigger new row creation without affecting existing rows
|
|
257
257
|
- **Appending values**: Cross-cutting skills and accumulated columns append to existing comma-separated lists without duplicating
|
|
258
258
|
- **Partial invocation**: Bootstrap can be called with just one surface or one key — it only fills what's provided
|