Product Backlog Create a winning SCG robot subtasks: 1. SCG agent goes to the store and retrieves the derivatives currently on sale. 2. SCG agent reads raw material provided by another robot in text form and stores it internally suitable for producing the finished product. 2.1 Learn new tool called DemeterF to teach robot to read, write and walk: Try simple basket example: nested baskets of fruit and pencils. Format to use: /home/lieber/.www/courses/csu670/sp09/DemeterF/examples/baskets-no-beh/program.input Terminals: basket a o p ( ) Nonterminals: Basket Apple Orange Pencil etc. Grammar: Test driven development: Test case: read above sentence and print it: should be the same. 3. SCG agent keeps history of all decisions made in the game. The history is stored internally and written out at the end of the game. Format to use (two players only): /home/lieber/.www/courses/csu670/sp09/DemeterF/examples/currentGameFlow/program.input Terminals: white black offers buys reoffers delivers finishes for raw material finished product quality; ident float (families) Nonterminals: White Black Derivative LifeEnergy etc. Grammar: 4. ?? Select a subset for a sprint.