Skip to content

feat: add guided Agenova feature delivery skill - #2

Open
wunderforge wants to merge 1 commit into
mainfrom
codex/agenova-feature-delivery-skill
Open

wunderforge wants to merge 1 commit into
mainfrom
codex/agenova-feature-delivery-skill

Conversation

@wunderforge

@wunderforge wunderforge commented Sep 11, 2026

Copy link
Copy Markdown
Owner

Closes #1

What is shared?

The agenova-feature-delivery skill for Codex, Claude Code, and other Agent Skills-compatible clients. It guides one approved Agenova ticket through selective discovery, consequential design decisions, implementation, independent review, and evidence-backed verification.

Why is it reusable?

Agenova contributors need one repeatable workflow that keeps the GitHub ticket and task packet authoritative while making the useful feature-dev/AIDLC decision trail visible. Guided mode is for learning and review; delivery mode keeps the same gates with less narration.

What changed during design?

  • Kept Issue plus task/spec as the only requirements source of truth.
  • Separated guided learning from routine delivery so process visibility does not slow every ticket.
  • Made review independent across correctness, architecture boundaries, and evidence.
  • Made the learning log an optional causal trace, not another planning artifact.

Security and evidence

  • No secrets, personal data, customer data, or private conversation history
  • External commands, network access, and writes are explicit
  • Local deterministic repository check passed
  • Validator unit tests passed
  • Skill invocation and expected result are documented
  • Required CI passed, including fail-closed SkillSpector SAFE scan

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b8c8668c67

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +27 to +30
1. The repository's routing and contribution instructions.
2. Current product and architecture contracts.
3. The linked GitHub ticket.
4. Its approved task packet and design specification.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep the ticket and approved packet co-authoritative

When an approved task packet refines or disagrees with the ticket, this precedence order tells the agent to follow the ticket and disregard the packet. That contradicts references/guided-workflow.md, which requires implementation to stop until the disagreement is resolved, and it can make delivery mode implement stale ticket text instead of the approved specification. Treat the ticket and packet as joint authorities whose conflicts require resolution rather than ranking one above the other.

Useful? React with 👍 / 👎.

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-11T12:15:21.699231Z b8c8668 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Skill] Add guided Agenova feature delivery workflow

1 participant