AI Workflows & Patterns: Difference between revisions
Appearance
Created page with " == Git Workflow == * https://blog.wu-boy.com/2025/01/git-software-development-guide-key-to-improving-team-collaboration-en/ * https://about.gitea.com/resources/tutorials/gitea-integrate-with-jira-issue-tracking-flow Category:Programming Category:AI" |
mNo edit summary |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{| class="wikitable" style="margin-right: 0px; margin-left: auto;" width="400px" | |||
| Category: Programming + AI | |||
|- | |||
| | |||
<DynamicPageList> | |||
category = Programming | |||
category = AI | |||
shownamespace = false | |||
ordermethod = sortkey | |||
order = ascending | |||
</DynamicPageList> | |||
|} | |||
== PRD - Product Requirements Document == | |||
* https://www.youtube.com/watch?v=MZjW7mlRgdw | |||
* https://www.youtube.com/watch?v=fD4ktSkNCw4 | |||
** https://github.com/snarktank/ai-dev-tasks | |||
== BMAD == | |||
* https://github.com/bmad-code-org/BMAD-METHOD | |||
<blockquote> | |||
<pre class="bash"> | |||
# install nvm for node 20+ | |||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash | |||
nvm install 20 | |||
# install bmad | |||
git clone https://github.com/bmadcode/bmad-method.git | |||
cd bmad-method | |||
npm install | |||
npm run install:bmad | |||
</pre> | |||
</blockquote> | |||
== AI model compare / competition == | |||
* https://github.com/disler/nano-agent | |||
== Git Workflow == | == Git Workflow == | ||
| Line 5: | Line 41: | ||
* https://about.gitea.com/resources/tutorials/gitea-integrate-with-jira-issue-tracking-flow | * https://about.gitea.com/resources/tutorials/gitea-integrate-with-jira-issue-tracking-flow | ||
== UI-components == | |||
* https://github.com/anubhavsrivastava/awesome-ui-component-library | |||
[[Category:Programming]] | [[Category:Programming]] | ||
[[Category:AI]] | [[Category:AI]] | ||
Latest revision as of 17:45, 4 September 2025
| Category: Programming + AI |
PRD - Product Requirements Document
BMAD
# install nvm for node 20+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash nvm install 20 # install bmad git clone https://github.com/bmadcode/bmad-method.git cd bmad-method npm install npm run install:bmad
AI model compare / competition
Git Workflow
- https://blog.wu-boy.com/2025/01/git-software-development-guide-key-to-improving-team-collaboration-en/
- https://about.gitea.com/resources/tutorials/gitea-integrate-with-jira-issue-tracking-flow