ainova-systems
- 37 skills
- 0 followers
- 9 hours ago last updated
- ▌
- ▌ Dev Build Adapter · ainova-systemsImplement and verify built-in or project-owned Intelligence adapters
- ▌
- ▌ Intelligence Upgrade · ainova-systemsUpgrade Intelligence and installed packages with migration checks
- ▌ Intelligence Review Context · ainova-systems bundleAudit rules, agents, and skills and propose behavior-preserving reductions
- ▌ Intelligence Update Context · ainova-systems bundleCreate, revise, or remove project rules, agents, and skills
- ▌ Intelligence Manage Adapters · ainova-systemsEnable, disable, or remove adapters and assess generated-output cleanup
- ▌ Intelligence Learn From Session · ainova-systemsCapture session lessons and workflows in project context
- ▌ Intelligence Learn From Repository · ainova-systemsRecover and complete first-time Intelligence repository onboarding
- ▌ Spec Init · ainova-systems bundleScaffolds the in-repo docs substrate for spec-driven work and migrates existing documentation into it. Runs once, before the first spec.
- ▌ Spec Plan · ainova-systemsWrites the plan for a spec whose requirements already exist - coverage table, phases, checkboxed work steps. Both intakes hand off here.
- ▌ Spec Pull · ainova-systemsPulls one tracker item into a spec, read-only against the tracker, and updates that same spec in place on every re-run. With no tracker item, spec-create is the path.
- ▌ Spec Close · ainova-systemsConfirms a merged spec actually shipped - PR merged, steps ticked, docs reconciled - then archives it per the project's convention.
- ▌ Dev Handoff · ainova-systemsWrites a self-contained prompt a fresh session pastes to continue this work, for when context runs short or a session ends.
- ▌ Git Open Pr · ainova-systems bundleOpens a pull request for the current branch against its target, filling the repo's template. Driving it to green afterwards is git-finalize-pr.
- ▌ Spec Answer · ainova-systemsResolves a blocked spec's open questions with the developer and records what each answer changed. Questions owned by someone outside the session stay open.
- ▌ Spec Cancel · ainova-systemsRetires a spec as cancelled or superseded with the reason recorded, and reconciles the docs it had drafted.
- ▌ Spec Create · ainova-systemsTurns a stated task or captured brief into a spec's requirements when no tracker item covers it, then hands to spec-plan. Tracker intake is spec-pull.
- ▌ Git Merge Pr · ainova-systemsMerges an accepted pull request behind guard checks, then syncs the base branch and cleans up. Owner-invoked only - merge timing is not the model's call.
- ▌ Spec Approve · ainova-systemsRecords the owner's approval so a reviewed spec enters the autonomous queue. Autonomous mode only - under supervision a plan with no open question is already approved.
- ▌ Spec Execute · ainova-systemsExecutes a planned spec through parallel subagents, one testable slice each, gates re-run until dry. Refuses while any question on the spec stays open.
- ▌ Dev Run Tests · ainova-systemsRuns typecheck, lint and tests scoped to what changed, then analyses the failures. The gate every commit passes first.
- ▌ Git Review Pr · ainova-systemsReviews an open pull request's diff against the project rules and against what the PR claims about itself, and records the verdict on the PR. Answering other people's review threads is git-complete-pr.
- ▌ Git Verify Pr · ainova-systemsExecutes a pull request's own verification steps against the running change and records what was observed. Behavioral QA - CI and the fix rounds are git-finalize-pr.
- ▌ Spec Continue · ainova-systemsResumes an in-progress spec: audits inherited work for drift, then continues from the first unticked work step.
- ▌ Spec Decision · ainova-systemsRecords an architecture decision behind a three-condition gate. A standing law belongs in its rule, behavior in the feature doc - not here.
- ▌ Spec Document · ainova-systems bundleWrites or updates one documentation artifact - feature, rule, glossary, model, or architecture - from what the code actually does.
- ▌ Spec Validate · ainova-systemsFact-checks a planned spec against the repository before execution and turns each gap into an open question that may re-block. Read-only on code.
- ▌ Git Commit Push · ainova-systemsCommits pending work as one verified milestone and pushes it. Stops at the push - opening the pull request is git-open-pr.
- ▌ Git Complete Pr · ainova-systemsAnswers and resolves every review thread on a pull request, then records exactly one outcome for the run. The fix and review rounds that get it there are git-finalize-pr.
- ▌ Git Finalize Pr · ainova-systemsDrives an open pull request through rounds of fix, verification and review until every success factor holds on one commit. Opening it is git-open-pr; recording the outcome is git-complete-pr.
- ▌ Spec Audit Docs · ainova-systemsAudits documentation claims against the code and classifies each mismatch as drift or violation. Read-only by default.
- ▌ Git Scan Secrets · ainova-systemsScans a diff, the working tree, or branch history for credentials before they reach a remote, and classifies every hit.
- ▌ Spec Execute Next · ainova-systemsPicks the highest-value approved spec, drives it to an outcome-labeled pull request, and resets the workspace. Autonomous mode only.
- ▌ Dev Review Changes · ainova-systemsReviews pending changes against the project's rules and reports findings with a severity verdict. Read-only - never edits, stages, or commits.
- ▌ Git Create Release · ainova-systemsCuts a release - pending-step review, owner gate, version, changelog, tag - per the project's release policy. Owner-invoked only; release timing is not the model's call.
- ▌ Git Resolve Conflicts · ainova-systemsResolves merge or rebase conflicts by what each side intended, never by picking a hunk, then re-runs the full gates.